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