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

Namespace:  SD.LLBLGen.Pro.ApplicationCore.MetaData.Validation
Assembly:  SD.LLBLGen.Pro.ApplicationCore (in SD.LLBLGen.Pro.ApplicationCore.dll) Version: 5.2.0.0 (5.2.17.0403)
Syntax
public TableNameValidator(
	string catalogName,
	string schemaName,
	DBTable containingTable,
	DatabaseMetaData metaData
)

Parameters

catalogName
Type: SystemString
Name of the catalog.
schemaName
Type: SystemString
Name of the schema.
containingTable
Type: SD.LLBLGen.Pro.DBDriverCoreDBTable
The containing table. If set, it's used to filter out duplicates
metaData
Type: SD.LLBLGen.Pro.ApplicationCore.MetaDataDatabaseMetaData
The meta data.
See Also