Click or drag to resize
MetaDataNameValidator Constructor (DatabaseMetaData, Boolean, Boolean)
Initializes a new instance of the FieldNameValidator class.

Namespace: SD.LLBLGen.Pro.ApplicationCore.MetaData.Validation
Assembly: SD.LLBLGen.Pro.ApplicationCore (in SD.LLBLGen.Pro.ApplicationCore.dll) Version: 5.0.0.0 (5.0.0)
Syntax
public MetaDataNameValidator(
	DatabaseMetaData metaData,
	bool allowEmptyString,
	bool performCLSComplianceTest
)

Parameters

metaData
Type: SD.LLBLGen.Pro.ApplicationCore.MetaDataDatabaseMetaData
The meta data.
allowEmptyString
Type: SystemBoolean
if set to true, empty strings are allowed as a valid name
performCLSComplianceTest
Type: SystemBoolean
if set to true, the name has to be cls compliant. Otherwise the name will be accepted it if doesn't have a small subset of characters in it.
See Also