Click or drag to resize
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
)

Parameters

sequenceName
Type: SystemString
Name of the sequence.

Return Value

Type: DBSequence
the sequence requested or null if the syncsource of this schema is set to 'Database'
See Also