Click or drag to resize

IQuerySpecUnionedQueries 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.8.0.0 (5.8.21.0111)
Syntax
UnionList<QuerySpec> UnionedQueries { get; }

Property Value

Type: UnionListQuerySpec
See Also