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

Namespace:  SD.LLBLGen.Pro.ApplicationCore.MetaData.Validation
Assembly:  SD.LLBLGen.Pro.ApplicationCore (in SD.LLBLGen.Pro.ApplicationCore.dll) Version: 5.3.0.0 (5.3.0)
Syntax
public SchemaNameValidator(
	string catalogName,
	DBSchema containingSchema,
	DatabaseMetaData metaData
)

Parameters

catalogName
Type: SystemString
Name of the catalog.
containingSchema
Type: SD.LLBLGen.Pro.DBDriverCoreDBSchema
The containing schema.
metaData
Type: SD.LLBLGen.Pro.ApplicationCore.MetaDataDatabaseMetaData
The meta data.
See Also