FieldMappingValidate Method (Action, String, GroupableModelElement) | 
 
            Validates this instance
            
 
    Namespace: 
   SD.LLBLGen.Pro.ApplicationCore.Mapping
    Assembly:
   SD.LLBLGen.Pro.ApplicationCore (in SD.LLBLGen.Pro.ApplicationCore.dll) Version: 5.7.0.0 (5.7.0)
Syntaxpublic bool Validate(
	Action goLocationFunc,
	string dbDescription,
	GroupableModelElement mappedElement
)
Public Function Validate ( 
	goLocationFunc As Action,
	dbDescription As String,
	mappedElement As GroupableModelElement
) As Boolean
Parameters
- goLocationFunc
 - Type: SystemAction
The go location func. - dbDescription
 - Type: SystemString
The db description. - mappedElement
 - Type: SD.LLBLGen.Pro.ApplicationCore.EntityModelGroupableModelElement
The mapped element. 
Return Value
Type: 
Boolean
            true if this instance is valid, false otherwise
            
See Also