Active Query Builder 2 .NET Edition reference
SQL Property (SqlEditor)



Gets or sets the SQL query text string.
Syntax
'Declaration
 
Public Property SQL As System.String
'Usage
 
Dim instance As SqlEditor
Dim value As System.String
 
instance.SQL = value
 
value = instance.SQL
public System.string SQL {get; set;}
public: __property System.string* get_SQL();
public: __property void set_SQL( 
   System.string* value
);
Remarks
Read this property to get the SQL query text entered by the user to the text editor. Note that this text may not be valid due to user's modifications. Use the QueryBuilder.SQL property to get valid SQL query text parsed by the server-side component.
Assign to this property to instantiate the component with the new query text.
See Also

Reference

SqlEditor Class
SqlEditor Members

 

 


© Copyright 2005-2012 ActiveDBSoft. All rights reserved.

Send Feedback