Assembly: Db;
Namespace: Prognoz.Platform.Interop.Db;
The ISQLCommand interface contains properties and methods of the DBMS Command repository object.
ISQLCommand
When a new DBMS command is created, to ensure its correct work, determine the following minimum set of properties in the settings:
| Property name | Brief description | |
| Database | The Database property determines the database, in which DBMS command is stored. | |
| Text | The Text property determines the text of SQL query for certain DBMS driver. |
| Method name | Brief description | |
| ClearText | The ClearText method clears the operator of DBMS command. |
See also: