Active Query Builder 2 .NET Edition reference
SQLBuilderConditionFormatNL Enumeration



Defines line breaking rules in conditions of the query.
Syntax
'Declaration
 
Public Enum SQLBuilderConditionFormatNL 
   Inherits System.Enum
'Usage
 
Dim instance As SQLBuilderConditionFormatNL
public enum SQLBuilderConditionFormatNL : System.Enum 
__value public enum SQLBuilderConditionFormatNL : public System.Enum 
Members
MemberDescription
AllLogicalInstructs to insert line break after all logical operators (AND, OR, NOT, etc.)
None

Instructs not to break condition part by lines.

Note that this line still might be broken if the BaseSQLBuilder.RightMargin property is not set to zero.

TopmostLogicalInstructs to insert line break after topmost logical operators of condition.
TopmostOrInstructs to insert line break after topmost OR operators of condition.
Remarks
Applied to SQLBuilderConditionFormat.NewLineAfter property.
Inheritance Hierarchy

System.Object
   System.ValueType
      System.Enum
         ActiveDatabaseSoftware.ActiveQueryBuilder.SQLBuilderConditionFormatNL

See Also

Reference

ActiveDatabaseSoftware.ActiveQueryBuilder Namespace

 

 


© Copyright 2005-2012 ActiveDBSoft. All rights reserved.

Send Feedback