ActiveDatabaseSoftware.ActiveQueryBuilder Namespace > SQLBuilderSelectFormat Class : WhereFormat Property |
'Declaration Public Property WhereFormat As SQLBuilderConditionFormat
'Usage Dim instance As SQLBuilderSelectFormat Dim value As SQLBuilderConditionFormat instance.WhereFormat = value value = instance.WhereFormat
public SQLBuilderConditionFormat WhereFormat {get; set;}
public: __property SQLBuilderConditionFormat* get_WhereFormat(); public: __property void set_WhereFormat( SQLBuilderConditionFormat* value );