Click or drag to resize

DynamicQueryEngineBase.AppendUnionedQueries Method

Appends, if specified, the unioned queries to the fragments specified, wrapping nested queries in () if necessary. Parameters are appneded to query.

Namespace:  SD.LLBLGen.Pro.ORMSupportClasses
Assembly:  SD.LLBLGen.Pro.ORMSupportClasses (in SD.LLBLGen.Pro.ORMSupportClasses.dll) Version: 5.8.0.0 (5.8.21.0111)
Syntax
protected virtual void AppendUnionedQueries(
	UnionList<QueryParameters> unionedQueries,
	QueryFragments fragments,
	IQuery query
)

Parameters

unionedQueries
Type: SD.LLBLGen.Pro.ORMSupportClasses.UnionList<QueryParameters>
fragments
Type: SD.LLBLGen.Pro.ORMSupportClasses.QueryFragments
query
Type: SD.LLBLGen.Pro.ORMSupportClasses.IQuery
See Also