GroupableModelElementMappingValidate Method (Action, String) |
Validates this instance.
Namespace:
SD.LLBLGen.Pro.ApplicationCore.Mapping
Assembly:
SD.LLBLGen.Pro.ApplicationCore (in SD.LLBLGen.Pro.ApplicationCore.dll) Version: 5.8.0.0 (5.8.21.0208)
Syntax public virtual bool Validate(
Action goLocationFunc,
string dbDescription
)
Public Overridable Function Validate (
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
See Also