Active Query Builder 2 .NET Edition reference
IndentNestedConditions Property



Defines indent of nested conditions.
Syntax
'Declaration
 
Public Property IndentNestedConditions As System.Integer
'Usage
 
Dim instance As SQLBuilderConditionFormat
Dim value As System.Integer
 
instance.IndentNestedConditions = value
 
value = instance.IndentNestedConditions
public System.int IndentNestedConditions {get; set;}
public: __property System.int get_IndentNestedConditions();
public: __property void set_IndentNestedConditions( 
   System.int value
);
See Also

Reference

SQLBuilderConditionFormat Class
SQLBuilderConditionFormat Members

 

 


© Copyright 2005-2012 ActiveDBSoft. All rights reserved.

Send Feedback