SettingRuleExpressionResolve Method |
Resolves the rule on the specified source.
Namespace:
SD.LLBLGen.Pro.ApplicationCore.Configuration
Assembly:
SD.LLBLGen.Pro.ApplicationCore (in SD.LLBLGen.Pro.ApplicationCore.dll) Version: 5.2.0.0 (5.2.17.0403)
Syntax public bool Resolve(
Object source
)
Public Function Resolve (
source As Object
) As Boolean
Parameters
- source
- Type: SystemObject
The source.
Return Value
Type:
Booleantrue if the rule resolves to true, otherwise false
See Also