Assembly: Db;
Namespace: Prognoz.Platform.Interop.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 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: