ActiveDatabaseSoftware.ActiveQueryBuilder.QueryTransformer Namespace : QueryTransformerSelectMode Enumeration |
'Declaration Public Enum QueryTransformerSelectMode Inherits System.Enum
'Usage Dim instance As QueryTransformerSelectMode
public enum QueryTransformerSelectMode : System.Enum
__value public enum QueryTransformerSelectMode : public System.Enum
Member | Description |
---|---|
All | Instructs to select all records that meet the condition in the SQL statement. Duplicates are allowed. |
Default | Does not explicitly set the selection mode. Usually equivalent to the All mode. |
Distinct | Instructs to omits records that contain duplicate data in the selected fields. |
System.Object
System.ValueType
System.Enum
ActiveDatabaseSoftware.ActiveQueryBuilder.QueryTransformer.QueryTransformerSelectMode