Active Query Builder 2 .NET Edition reference
MainPartsFromNewLine Property



Instructs the component to start main parts of the query from new lines.
Syntax
'Declaration
 
Public Property MainPartsFromNewLine As System.Boolean
'Usage
 
Dim instance As SQLBuilderSelectFormat
Dim value As System.Boolean
 
instance.MainPartsFromNewLine = value
 
value = instance.MainPartsFromNewLine
public System.bool MainPartsFromNewLine {get; set;}
public: __property System.bool get_MainPartsFromNewLine();
public: __property void set_MainPartsFromNewLine( 
   System.bool value
);
See Also

Reference

SQLBuilderSelectFormat Class
SQLBuilderSelectFormat Members
NewLineAfterPartKeywords Property
IndentInPart Property

 

 


© Copyright 2005-2012 ActiveDBSoft. All rights reserved.

Send Feedback