Click or drag to resize
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.3.0.0 (5.3.0)
Syntax
protected void AppendToPreparedWhereClauseWithAnd(
	IPredicate predicate
)

Parameters

predicate
Type: SD.LLBLGen.Pro.ORMSupportClassesIPredicate
The predicate.
See Also