Click or drag to resize

DynamicQueryEngineBase.AppendWhereClause Method

Appends a WHERE clause with the contents of the filter if it's not null / empty, to the fragments object specified. Parameters are added to the query specified

Namespace:  SD.LLBLGen.Pro.ORMSupportClasses
Assembly:  SD.LLBLGen.Pro.ORMSupportClasses (in SD.LLBLGen.Pro.ORMSupportClasses.dll) Version: 5.10.0.0 (5.10.0)
Syntax
protected virtual void AppendWhereClause(
	IPredicate filter,
	QueryFragments destination,
	IQuery query
)

Parameters

filter
Type: SD.LLBLGen.Pro.ORMSupportClasses.IPredicate
The filter.
destination
Type: SD.LLBLGen.Pro.ORMSupportClasses.QueryFragments
The destination.
query
Type: SD.LLBLGen.Pro.ORMSupportClasses.IQuery
The query.
See Also