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.12.0.0 (5.12.0)
Syntaxpublic 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