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.9.0.0 (5.9.0)
SyntaxUnionList<QuerySpec> IQuerySpec.UnionedQueries { get; }Private ReadOnly Property UnionedQueries As UnionList(Of QuerySpec)
	Implements IQuerySpec.UnionedQueries
	Get
Property Value
Type: 
UnionListQuerySpecImplements
IQuerySpecUnionedQueries
See Also