NPersistence Reference Guide
The SequenceGenerator type exposes the following fields.
Fields
Public Protected | Instance Static | Declared Inherited | XNA Framework Only .NET Compact Framework Only |
Member | Description | |
---|---|---|
AllocationSize | (Optional) The amount to increment by when allocating
sequence numbers from the sequence.
| |
Catalog | (Optional) The catalog of the sequence generator.
| |
InitialValue |
(Optional) The value from which the sequence object
is to start generating.
| |
Name |
(Required) A unique generator name that can be referenced
by one or more classes to be the generator for primary key
values.
| |
Schema | (Optional) The schema of the sequence generator.
| |
SequenceName | (Optional) The name of the database sequence object from
which to obtain primary key values.
Defaults to a provider-chosen value.
|