Click or drag to resize

DynamicQueryEngineBaseAppendUnionedQueries 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.5.0.0 (5.5.18.1019)
Syntax
protected virtual void AppendUnionedQueries(
	UnionList<QueryParameters> unionedQueries,
	QueryFragments fragments,
	IQuery query
)

Parameters

unionedQueries
Type: SD.LLBLGen.Pro.ORMSupportClassesUnionListQueryParameters
fragments
Type: SD.LLBLGen.Pro.ORMSupportClassesQueryFragments
query
Type: SD.LLBLGen.Pro.ORMSupportClassesIQuery
See Also