DBSchemaGetOrCreateSequence Method |
Gets or creates a new sequence.
Namespace: SD.LLBLGen.Pro.DBDriverCoreAssembly: SD.LLBLGen.Pro.DBDriverCore (in SD.LLBLGen.Pro.DBDriverCore.dll) Version: 5.0.0.0 (5.0.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