ISequence

Assembly: Db;

Description

The ISequence interface is used to generate object keys.

Inheritance Hierarchy

          ISequence

Comments

Factor keys can be generated for time series databases.

Properties

  Property name Brief description
Database The Database property determines a database.
IncrementStep The IncrementStep property determines the step used to generate keys.
NativeName The NativeName property determines the physical name of the table used to generate keys.
StartValue The StartValue property determines the initial value used to generate keys.

See also:

Db Assembly Interfaces