| Concept Framework 1.0 documentation | Contents | Index |
| Name | Type | Access | Version | Deprecated |
| CommandText | property | public | version 1.0 | no |
| Read/Write property CommandText[=szQuery] |
|
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. |
| Documented by Eduard Suica, generation time: Thu Oct 15 20:01:57 2009 GMT | (c)2009 RadGs Software |