GeneralUtilsCreateUsablePredicateExpressionClone Method |
Creates the usable predicate expression clone.
Namespace:
SD.LLBLGen.Pro.ORMSupportClasses
Assembly:
SD.LLBLGen.Pro.ORMSupportClasses (in SD.LLBLGen.Pro.ORMSupportClasses.dll) Version: 5.4.0.0 (5.4.0)
Syntax public static IPredicateExpression CreateUsablePredicateExpressionClone(
IPredicate toClone
)
Public Shared Function CreateUsablePredicateExpressionClone (
toClone As IPredicate
) As IPredicateExpression
Parameters
- toClone
- Type: SD.LLBLGen.Pro.ORMSupportClassesIPredicate
To clone.
Return Value
Type:
IPredicateExpressiontoClone wrapped in a new predicatexpression or an empty PredicateExpression if toClone is null
See Also