Active Query Builder 2 .NET Edition reference
NewLineAfterPartKeywords Property



Instructs to insert line break after each main query part keyword (SELECT, FROM, WHERE, etc.)
Syntax
'Declaration
 
Public Property NewLineAfterPartKeywords As System.Boolean
'Usage
 
Dim instance As SQLBuilderSelectFormat
Dim value As System.Boolean
 
instance.NewLineAfterPartKeywords = value
 
value = instance.NewLineAfterPartKeywords
public System.bool NewLineAfterPartKeywords {get; set;}
public: __property System.bool get_NewLineAfterPartKeywords();
public: __property void set_NewLineAfterPartKeywords( 
   System.bool value
);
See Also

Reference

SQLBuilderSelectFormat Class
SQLBuilderSelectFormat Members
MainPartsFromNewLine Property

 

 


© Copyright 2005-2012 ActiveDBSoft. All rights reserved.

Send Feedback