ProjectCreateNewSequence Method  | 
 
            Creates a new sequence in the metadata store for the driver with id specified. If catalog and/or schema aren't available, these are created as well. 
            
 
    Namespace: 
   SD.LLBLGen.Pro.ApplicationCore.ProjectClasses
    Assembly:
   SD.LLBLGen.Pro.ApplicationCore (in SD.LLBLGen.Pro.ApplicationCore.dll) Version: 5.12.0.0 (5.12.0)
Syntaxpublic void CreateNewSequence(
	string driverID,
	string catalogName,
	string schemaName,
	string sequenceName
)
Public Sub CreateNewSequence ( 
	driverID As String,
	catalogName As String,
	schemaName As String,
	sequenceName As String
)
Parameters
- driverID
 - Type: SystemString
The driver ID. - catalogName
 - Type: SystemString
Name of the catalog. - schemaName
 - Type: SystemString
Name of the schema. - sequenceName
 - Type: SystemString
Name of the sequence. 
See Also