Enum "No. Series Implementation"
ID 397
Namespace: Microsoft.Foundation.NoSeries
Specifies the possible No. Series implementations.
Implements
Properties
| Name | Value |
|---|---|
| Access | Public |
| Extensible | True |
Values
| Name | Description |
|---|---|
| Normal |
Specifies the standard No. Series implementation, which updates the database on every call and uses the table to keep state. |
| Sequence |
Specifies the sequence No. Series implementation that does not update the database on every call and uses database sequences to keep state. |