DBSchemaGetOrCreateSequence Method |
Gets or creates a new sequence.
Namespace:
SD.LLBLGen.Pro.DBDriverCore
Assembly:
SD.LLBLGen.Pro.DBDriverCore (in SD.LLBLGen.Pro.DBDriverCore.dll) Version: 5.3.0.0 (5.3.0)
Syntax public DBSequence GetOrCreateSequence(
string sequenceName
)
Public Function GetOrCreateSequence (
sequenceName As String
) As DBSequence
Parameters
- sequenceName
- Type: SystemString
Name of the sequence.
Return Value
Type:
DBSequencethe sequence requested or null if the syncsource of this schema is set to 'Database'
See Also