QuerySpecAppendToPreparedWhereClauseWithAnd Method |
Appends the predicate with And to the prepared where clause. Only used for appending additional filters to specified filters.
Namespace:
SD.LLBLGen.Pro.QuerySpec
Assembly:
SD.LLBLGen.Pro.ORMSupportClasses (in SD.LLBLGen.Pro.ORMSupportClasses.dll) Version: 5.9.0.0 (5.9.0)
Syntax protected void AppendToPreparedWhereClauseWithAnd(
IPredicate predicate
)
Protected Sub AppendToPreparedWhereClauseWithAnd (
predicate As IPredicate
)
Parameters
- predicate
- Type: SD.LLBLGen.Pro.ORMSupportClassesIPredicate
The predicate.
See Also