Active Query Builder 2 .NET Edition reference
IndentInPart Property



Defines indent of all lines of the query except the main query part keyword lines.
Syntax
'Declaration
 
Public Property IndentInPart As System.Integer
'Usage
 
Dim instance As SQLBuilderSelectFormat
Dim value As System.Integer
 
instance.IndentInPart = value
 
value = instance.IndentInPart
public System.int IndentInPart {get; set;}
public: __property System.int get_IndentInPart();
public: __property void set_IndentInPart( 
   System.int value
);
See Also

Reference

SQLBuilderSelectFormat Class
SQLBuilderSelectFormat Members
MainPartsFromNewLine Property
NewLineAfterPartKeywords Property

 

 


© Copyright 2005-2012 ActiveDBSoft. All rights reserved.

Send Feedback