An IIdentifierGenerator that generates Int64 values using an oracle-style sequence. A higher performance algorithm is SequenceHiLoGenerator.

The following tables list the members exposed by the SequenceGenerator type.

Public Methods

  NameDescription
Configure
Configures the SequenceGenerator by reading the value of sequence and schema from the parms parameter.

Generate
Generate an Int16, Int32, or Int64 for the identifier by using a database sequence.

GeneratorKey
Return a key unique to the underlying database objects for a SequenceGenerator.

SqlCreateStrings
The SQL required to create the database objects for a SequenceGenerator.

SqlDropString
The SQL required to remove the underlying database objects for a SequenceGenerator.

Public Fields

  NameDescription
static memberSchema
The name of the schema parameter.

static memberSequence
The name of the sequence parameter.

Public Constructors

  NameDescription
SequenceGeneratorNew