public property CommandText
Prototype:
Read/Write property CommandText[=szQuery]
Description:
Using this property you can set the SQL query text. This property must be used in conjunction with 
ExecuteNonQuery or 
ExecuteQuery methods.
SzQuery may have a form like this : "select * from my_table;". Check SQL manuals for more information.  
 
Return value:
Returns the SQL query text for this data set.