ActiveDatabaseSoftware.ActiveQueryBuilder Namespace : ObjectPrefixSkipping Enumeration |
'Declaration Public Enum ObjectPrefixSkipping Inherits System.Enum
'Usage Dim instance As ObjectPrefixSkipping
public enum ObjectPrefixSkipping : System.Enum
__value public enum ObjectPrefixSkipping : public System.Enum
Member | Description |
---|---|
SkipAll | Instructs the component to skip all unnecessary database object prefixes. |
SkipDatabase | Instructs the component to skip database object prefix possible in the current SQL context. |
SkipNothing | Instructs the component to preserve all database object prefixes. |
System.Object
System.ValueType
System.Enum
ActiveDatabaseSoftware.ActiveQueryBuilder.ObjectPrefixSkipping