Method UnionAll
| Improve this Doc View SourceUnionAll(DbSet<T>)
Constructs a SQL UNION ALL query.
Declaration
public DbQuery<T> UnionAll(DbSet<T> dbSet)
Parameters
Type | Name | Description |
---|---|---|
DbSet<T> | dbSet | The database recordset to union with. |
Returns
Type | Description |
---|---|
DbQuery<T> | The result SQL UNION ALL query. |