Concept Framework 2.0 documentation Contents | Index

ADODataSet.CommandText

Name Type Access Version Deprecated
CommandText property public version 1.0 no

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.

Returns:
Returns the SQL query text for this data set.

Documented by Eduard Suica, generation time: Fri Jan 21 18:06:14 2011 GMT(c)2011 RadGs Software