Click or drag to resize

DynamicQueryEngineBaseAppendWhereClause 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.5.0.0 (5.5.18.1019)
Syntax
protected virtual void AppendWhereClause(
	IPredicate filter,
	QueryFragments destination,
	IQuery query
)

Parameters

filter
Type: SD.LLBLGen.Pro.ORMSupportClassesIPredicate
The filter.
destination
Type: SD.LLBLGen.Pro.ORMSupportClassesQueryFragments
The destination.
query
Type: SD.LLBLGen.Pro.ORMSupportClassesIQuery
The query.
See Also