| ActiveDatabaseSoftware.ActiveQueryBuilder Namespace : SQLBuilderConditionFormatNL Enumeration |
'Declaration Public Enum SQLBuilderConditionFormatNL Inherits System.Enum
'Usage Dim instance As SQLBuilderConditionFormatNL
public enum SQLBuilderConditionFormatNL : System.Enum
__value public enum SQLBuilderConditionFormatNL : public System.Enum
| Member | Description |
|---|---|
| AllLogical | Instructs 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. |
| TopmostLogical | Instructs to insert line break after topmost logical operators of condition. |
| TopmostOr | Instructs to insert line break after topmost OR operators of condition. |
System.Object
System.ValueType
System.Enum
ActiveDatabaseSoftware.ActiveQueryBuilder.SQLBuilderConditionFormatNL