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