| EntityMappingAdditionalValidations Method  | 
            Validates this instance.
            
 
Namespace: SD.LLBLGen.Pro.ApplicationCore.MappingAssembly: SD.LLBLGen.Pro.ApplicationCore (in SD.LLBLGen.Pro.ApplicationCore.dll) Version: 5.0.0.0 (5.0.0)
Syntaxprotected override bool AdditionalValidations(
	Action goLocationFunc,
	string dbDescription
)
Protected Overrides Function AdditionalValidations ( 
	goLocationFunc As Action,
	dbDescription As String
) As Boolean
Parameters
- goLocationFunc
 - Type: SystemAction
The go location func. - dbDescription
 - Type: SystemString
The db description. 
Return Value
Type: 
Boolean
            true if the mapping is valid, false otherwise
            
RemarksThis method assumes mapped target is set.
See Also