Show / Hide Table of Contents

Method Union

| Improve this Doc View Source

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

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