DatabaseMetaDataValidateTableFieldName Method  | 
 
            Validates the name of the table field.
            
 
    Namespace: 
   SD.LLBLGen.Pro.ApplicationCore.MetaData
    Assembly:
   SD.LLBLGen.Pro.ApplicationCore (in SD.LLBLGen.Pro.ApplicationCore.dll) Version: 5.11.0.0 (5.11.23.1114)
Syntaxpublic bool ValidateTableFieldName(
	DBTable containingTable,
	DBTableField containingField,
	string nameToValidate,
	bool checkForDuplicates,
	out string errorText
)
Public Function ValidateTableFieldName ( 
	containingTable As DBTable,
	containingField As DBTableField,
	nameToValidate As String,
	checkForDuplicates As Boolean,
	<OutAttribute> ByRef errorText As String
) As Boolean
Parameters
- containingTable
 - Type: SD.LLBLGen.Pro.DBDriverCoreDBTable
The containing table. - containingField
 - Type: SD.LLBLGen.Pro.DBDriverCoreDBTableField
The containing field. - nameToValidate
 - Type: SystemString
The name to validate. - checkForDuplicates
 - Type: SystemBoolean
if set to  [check for duplicates]. - errorText
 - Type: SystemString
The error text. 
Return Value
Type: 
Boolean
See Also