| ModelViewNameValidator.ValidateNewModelViewName Method  | 
            Validates the new name of the model view.
            
 
Namespace: SD.LLBLGen.Pro.ApplicationCore.EntityModel.ValidationAssembly: SD.LLBLGen.Pro.ApplicationCore (in SD.LLBLGen.Pro.ApplicationCore.dll) Version: 5.0.0.0 (5.0.0)
Syntaxpublic bool ValidateNewModelViewName(
	string newName,
	out string errorText,
	out string correctName
)
Public Function ValidateNewModelViewName ( 
	newName As String,
	<OutAttribute> ByRef errorText As String,
	<OutAttribute> ByRef correctName As String
) As Boolean
Parameters
- newName
 - Type: System.String
The new name. - errorText
 - Type: System.String
The error text. - correctName
 - Type: System.String
Name of the correct. 
Return Value
Type: 
Boolean
See Also