Active Query Builder 2 .NET Edition reference
IdentQuotation Enumeration



Defines various options for quotation of identifiers by the SQL Builder.
Syntax
'Declaration
 
Public Enum IdentQuotation 
   Inherits System.Enum
'Usage
 
Dim instance As IdentQuotation
public enum IdentQuotation : System.Enum 
__value public enum IdentQuotation : public System.Enum 
Members
MemberDescription
AllInstructs the SQL Builder to quote all identifiers.
IfNeedInstructs the SQL Builder to quote identifiers if needed.
NoneInstructs the SQL Builder not to quote identifiers.
Inheritance Hierarchy

System.Object
   System.ValueType
      System.Enum
         ActiveDatabaseSoftware.ActiveQueryBuilder.IdentQuotation

See Also

Reference

ActiveDatabaseSoftware.ActiveQueryBuilder Namespace

 

 


© Copyright 2005-2012 ActiveDBSoft. All rights reserved.

Send Feedback