Click or drag to resize

QuerySpecIQuerySpecUnionedQueries Property

Gets the list of unioned queries with this query. Can be null, in which case no query is unioned with this query.

Namespace:  SD.LLBLGen.Pro.QuerySpec
Assembly:  SD.LLBLGen.Pro.ORMSupportClasses (in SD.LLBLGen.Pro.ORMSupportClasses.dll) Version: 5.6.0.0 (5.6.19.0117)
Syntax
UnionList<QuerySpec> IQuerySpec.UnionedQueries { get; }

Property Value

Type: UnionListQuerySpec

Implements

IQuerySpecUnionedQueries
See Also