MetaDataNameValidator Constructor (DatabaseMetaData, Boolean, Boolean) |
Namespace:
SD.LLBLGen.Pro.ApplicationCore.MetaData.Validation
Assembly:
SD.LLBLGen.Pro.ApplicationCore (in SD.LLBLGen.Pro.ApplicationCore.dll) Version: 5.3.0.0 (5.3.0)
Syntax public MetaDataNameValidator(
DatabaseMetaData metaData,
bool allowEmptyString,
bool performCLSComplianceTest
)
Public Sub New (
metaData As DatabaseMetaData,
allowEmptyString As Boolean,
performCLSComplianceTest As Boolean
)
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