IPredicateExpressionAdd Method |
Adds an IPredicate implementing object to the PredicateExpression. This can be a Predicate derived class or a PredicateExpression.
If no object is present yet in the PredicateExpression, no operator is added, otherwise the object is added with an 'And'-operator.
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 IPredicateExpression Add(
IPredicate predicateToAdd
)
Function Add (
predicateToAdd As IPredicate
) As IPredicateExpression
Parameters
- predicateToAdd
- Type: SD.LLBLGen.Pro.ORMSupportClassesIPredicate
The IPredicate implementing object to add
Return Value
Type:
IPredicateExpressionthe PredicateExpression on which this method is called, for command chaining
Exceptions See Also