ActiveDatabaseSoftware.ActiveQueryBuilder Namespace : IdentQuotation Enumeration |
'Declaration Public Enum IdentQuotation Inherits System.Enum
'Usage Dim instance As IdentQuotation
public enum IdentQuotation : System.Enum
__value public enum IdentQuotation : public System.Enum
Member | Description |
---|---|
All | Instructs the SQL Builder to quote all identifiers. |
IfNeed | Instructs the SQL Builder to quote identifiers if needed. |
None | Instructs the SQL Builder not to quote identifiers. |
System.Object
System.ValueType
System.Enum
ActiveDatabaseSoftware.ActiveQueryBuilder.IdentQuotation