Active Query Builder 2 .NET Edition reference
DynamicIndents Property



Allows to indent the next item in the list to the same position as the first item.
Syntax
'Declaration
 
Public Property DynamicIndents As System.Boolean
'Usage
 
Dim instance As PlainTextSQLBuilder
Dim value As System.Boolean
 
instance.DynamicIndents = value
 
value = instance.DynamicIndents
public System.bool DynamicIndents {get; set;}
public: __property System.bool get_DynamicIndents();
public: __property void set_DynamicIndents( 
   System.bool value
);
See Also

Reference

PlainTextSQLBuilder Class
PlainTextSQLBuilder Members

 

 


© Copyright 2005-2012 ActiveDBSoft. All rights reserved.

Send Feedback