Active Query Builder 2 .NET Edition reference
NewLineAfterJoin Property



Instructs to insert line break after each JOIN keyword.
Syntax
'Declaration
 
Public Property NewLineAfterJoin As System.Boolean
'Usage
 
Dim instance As SQLBuilderFromClauseFormat
Dim value As System.Boolean
 
instance.NewLineAfterJoin = value
 
value = instance.NewLineAfterJoin
public System.bool NewLineAfterJoin {get; set;}
public: __property System.bool get_NewLineAfterJoin();
public: __property void set_NewLineAfterJoin( 
   System.bool value
);
See Also

Reference

SQLBuilderFromClauseFormat Class
SQLBuilderFromClauseFormat Members

 

 


© Copyright 2005-2012 ActiveDBSoft. All rights reserved.

Send Feedback