Db > Db Assembly Interfaces > ISequence
Assembly: Db;
The ISequence interface is used to generate object keys.
ISequence
Factor keys can be generated for time series databases.
Property name | Brief description | |
![]() |
Database | The Database property determines a database. |
![]() |
IncrementStep | The IncrementStep property determines the step that is used to generate keys. |
![]() |
NativeName | The NativeName property determines the physical name of the table that is used to generate keys. |
![]() |
StartValue | The StartValue property determines the initial value that is used to generate keys. |
See also: