Active Query Builder 2 .NET Edition reference
IndentGlobal Property



Defines indent of the whole single SELECT statement.
Syntax
'Declaration
 
Public Property IndentGlobal As System.Integer
'Usage
 
Dim instance As SQLBuilderSelectFormat
Dim value As System.Integer
 
instance.IndentGlobal = value
 
value = instance.IndentGlobal
public System.int IndentGlobal {get; set;}
public: __property System.int get_IndentGlobal();
public: __property void set_IndentGlobal( 
   System.int value
);
See Also

Reference

SQLBuilderSelectFormat Class
SQLBuilderSelectFormat Members
IndentInPart Property

 

 


© Copyright 2005-2012 ActiveDBSoft. All rights reserved.

Send Feedback