Click or drag to resize

TableFieldNameValidator Constructor

Initializes a new instance of the TableFieldNameValidator 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 TableFieldNameValidator(
	DBTable containingTable,
	DBTableField containingField,
	DatabaseMetaData metaData
)

Parameters

containingTable
Type: SD.LLBLGen.Pro.DBDriverCoreDBTable
The containing table. Necessary because field doesn't have to be in the table yet.
containingField
Type: SD.LLBLGen.Pro.DBDriverCoreDBTableField
The containing field.
metaData
Type: SD.LLBLGen.Pro.ApplicationCore.MetaDataDatabaseMetaData
The meta data.
See Also