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.5.0.0 (5.5.18.1019)
Syntax UnionList<QuerySpec> IQuerySpec.UnionedQueries { get; }
Private ReadOnly Property UnionedQueries As UnionList(Of QuerySpec)
Implements IQuerySpec.UnionedQueries
Get
Property Value
Type:
UnionListQuerySpecImplements
IQuerySpecUnionedQueriesSee Also