Click or drag to resize

GroupableModelElementMappingAdditionalValidations Method

Performs additional validations

Namespace:  SD.LLBLGen.Pro.ApplicationCore.Mapping
Assembly:  SD.LLBLGen.Pro.ApplicationCore (in SD.LLBLGen.Pro.ApplicationCore.dll) Version: 5.6.0.0 (5.6.19.0117)
Syntax
protected virtual 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 everything was OK, false otherwise
See Also