Active Query Builder 2 .NET Edition reference
LayoutSQL Property (QueryBuilder)



Gets or sets the SQL query text among with layout, i.e. sizes and positions of objects within the Design Pane in XML format.
Syntax
'Declaration
 
Public Property LayoutSQL As System.String
'Usage
 
Dim instance As QueryBuilder
Dim value As System.String
 
instance.LayoutSQL = value
 
value = instance.LayoutSQL
public System.string LayoutSQL {get; set;}
public: __property System.string* get_LayoutSQL();
public: __property void set_LayoutSQL( 
   System.string* value
);
See Also

Reference

QueryBuilder Class
QueryBuilder Members
SQL Property

 

 


© Copyright 2005-2012 ActiveDBSoft. All rights reserved.

Send Feedback