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.6.0.0 (5.6.19.0117)
Syntax UnionList<QuerySpec> UnionedQueries { get; }
ReadOnly Property UnionedQueries As UnionList(Of QuerySpec)
Get
Property Value
Type:
UnionListQuerySpecSee Also