Active Query Builder 2 .NET Edition reference
ObjectPrefixSkipping Enumeration



Defines various options for skipping the unnecessary database object prefixes in the generated SQL query text.
Syntax
'Declaration
 
Public Enum ObjectPrefixSkipping 
   Inherits System.Enum
'Usage
 
Dim instance As ObjectPrefixSkipping
public enum ObjectPrefixSkipping : System.Enum 
__value public enum ObjectPrefixSkipping : public System.Enum 
Members
MemberDescription
SkipAllInstructs the component to skip all unnecessary database object prefixes.
SkipDatabaseInstructs the component to skip database object prefix possible in the current SQL context.
SkipNothingInstructs the component to preserve all database object prefixes.
Remarks
Applied to BaseSQLBuilder.ObjectPrefixSkipping and SQLGenerationOptions.ObjectPrefixSkipping properties.
Inheritance Hierarchy

System.Object
   System.ValueType
      System.Enum
         ActiveDatabaseSoftware.ActiveQueryBuilder.ObjectPrefixSkipping

See Also

Reference

ActiveDatabaseSoftware.ActiveQueryBuilder Namespace

 

 


© Copyright 2005-2012 ActiveDBSoft. All rights reserved.

Send Feedback