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.6.0.0 (5.6.19.0117)
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