DomainObjects Class Library

Query.UnionedQueries Property

Gets the queries that have been unioned with this query.

public ImmutableList<ItemType> UnionedQueries {get;}

Property Value

The queries that have been unioned with this query.

Implements

IQuery.

See Also

Query Class | DomainObjects.Facade.Command Namespace