ISQLCommand

Assembly: Db;

Namespace: Prognoz.Platform.Interop.Db;

Description

The ISQLCommand interface contains properties and methods of the DBMS Command repository object.

Inheritance Hierarchy

ISQLCommand

Comments

When a new DBMS command is created, to ensure its correct work, determine the following minimum set of properties in the settings:

Properties

  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.

Methods

  Method name Brief description
ClearText The ClearText method clears the operator of DBMS command.

See also:

Db Assembly Interfaces | ISQLCommandInstance