The following tables list the members exposed by SequenceMap.
Name | Description | |
---|---|---|
![]() | SequenceMap Constructor | Overloaded. |
Name | Description | |
---|---|---|
![]() | ClearCache | Clear sequence cache store. |
![]() | Create | Overloaded. |
![]() | CreateDefault | Creates default sequence in a database, with “1” as first value, incrementing by 1, sequenceName name and returns sequence instance. |
![]() | CreateOrAlterSequence | Create or recreate sequence with custom StartWith and IncrementBy property. |
![]() | GetByName | Get sequence instance from map by sequence name in data base. |
![]() | GetByNameOrDefault | Get sequence instance from map by sequence name in database or create default sequence in database and return sequence instance. |