Click or drag to resize
EntityMappingAdditionalValidations Method
Validates this instance.

Namespace:  SD.LLBLGen.Pro.ApplicationCore.Mapping
Assembly:  SD.LLBLGen.Pro.ApplicationCore (in SD.LLBLGen.Pro.ApplicationCore.dll) Version: 5.3.0.0 (5.3.0)
Syntax
protected override bool AdditionalValidations(
	Action goLocationFunc,
	string dbDescription
)

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
Remarks
This method assumes mapped target is set.
See Also