Assembly: Db;
Namespace: Prognoz.Platform.Interop.Db;
The ISequenceInstance interface contains properties and methods used to work with sequence.
ISequenceInstance
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.
| Property name | Brief description | |
| The Database property returns an object allowing to get access to the objects stored in database. |
| Method name | Brief description | |
| The Next method generates the next number in sequence. |
| Method name | Brief description | |
| The Execute method runs DBMS command on execution and returns the quantity of processed records. |
See also: