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



Gets or sets the XML string containing SQL query text with layout.
Syntax
'Declaration
 
Public Property LayoutSQL As System.String
'Usage
 
Dim instance As QueryBuilderControl
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
);

Property Value

The SQL query with layout XML string.
See Also

Reference

QueryBuilderControl Class
QueryBuilderControl Members

 

 


© Copyright 2005-2012 ActiveDBSoft. All rights reserved.

Send Feedback