Method Union
| Improve this Doc View SourceUnion(DbSet<T>)
Constructs a SQL UNION query.
Declaration
public DbQuery<T> Union(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 query. |