DerivedModelNameValidatorValidateNewDerivedModelName Method  | 
 
            Validates the name of a new derived model
            
 
    Namespace: 
   SD.LLBLGen.Pro.ApplicationCore.DerivedModel.Validation
    Assembly:
   SD.LLBLGen.Pro.ApplicationCore (in SD.LLBLGen.Pro.ApplicationCore.dll) Version: 5.10.0.0 (5.10.0)
Syntaxpublic bool ValidateNewDerivedModelName(
	string newName,
	bool checkForDuplicates,
	out string errorText,
	out string correctName
)
Public Function ValidateNewDerivedModelName ( 
	newName As String,
	checkForDuplicates As Boolean,
	<OutAttribute> ByRef errorText As String,
	<OutAttribute> ByRef correctName As String
) As Boolean
Parameters
- newName
 - Type: SystemString
The new name. - checkForDuplicates
 - Type: SystemBoolean
if set to true [check for duplicates]. - errorText
 - Type: SystemString
The error text. - correctName
 - Type: SystemString
Name of the correct. 
Return Value
Type: 
Boolean
See Also