Click or drag to resize
SequenceNameValidator Constructor
Initializes a new instance of the SequenceNameValidator class.

Namespace: SD.LLBLGen.Pro.ApplicationCore.MetaData.Validation
Assembly: SD.LLBLGen.Pro.ApplicationCore (in SD.LLBLGen.Pro.ApplicationCore.dll) Version: 5.0.0.0 (5.0.0)
Syntax
public SequenceNameValidator(
	string catalogName,
	string schemaName,
	DBSequence containingSequence,
	DatabaseMetaData metaData
)

Parameters

catalogName
Type: SystemString
Name of the catalog.
schemaName
Type: SystemString
Name of the schema.
containingSequence
Type: SD.LLBLGen.Pro.DBDriverCoreDBSequence
The containing sequence.
metaData
Type: SD.LLBLGen.Pro.ApplicationCore.MetaDataDatabaseMetaData
The meta data.
See Also