ISQLCommandInstance

Description

The ISQLCommandInstance interface contains properties and methods used to execute and access results of DBMS commands execution.

Properties

  Property name Brief description
Database The Database property returns an object allowing to get access to the objects stored in database.

Methods

  Method name Brief description
Execute The Execute method runs DBMS command on execution and returns the quantity of processed records.

See also:

Db Assembly Interfaces | ISQLCommand