Show / Hide Table of Contents

Method UnionAll

| Improve this Doc View Source

UnionAll(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.

  • Improve this Doc
  • View Source
Back to top Copyright © Weifen Luo | DevZest