ISequenceInstance

Assembly: Db;

Description

The ISequenceInstance interface contains properties and methods used to work with sequence.

Inheritance Hierarchy

          ISQLCommandInstance

          ISequenceInstance

Comments

The sequence is used to generate a series of numbers. The last generated number is saved to DBMS, the further work with the sequence allows to get the next numbers.

Properties Inherited From ISQLCommandInstance

  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
Next The Next method generates the next number in sequence.

Methods Inherited From ISQLCommandInstance

  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