QuerySpecExtensionMethods.UnionAll Method |
Name | Description | |
---|---|---|
![]() ![]() | UnionAll(DynamicQuery, DynamicQuery) |
Specifies the query toUnion which should be union-ed with query using the UNION ALL operator
|
![]() ![]() | UnionAll<T>(DynamicQuery<T>, DynamicQuery) |
Specifies the query toUnion which should be union-ed with query using the UNION ALL operator
|
![]() ![]() | UnionAll<TEntity>(EntityQuery<TEntity>, EntityQuery<TEntity>) |
Specifies the query toUnion which should be union-ed with query using the UNION ALL operator
|