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



Use this property to get or set SQL query text in response to user actions.
Syntax
'Declaration
 
Public Property SQL As System.String
'Usage
 
Dim instance As QueryBuilder
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

Write this property to parse a query and to represent it visually. Read this property to retrieve SQL text to execute against a database server.

See Also

Reference

QueryBuilder Class
QueryBuilder Members
SQLUpdated Event

 

 


© Copyright 2005-2012 ActiveDBSoft. All rights reserved.

Send Feedback