Show / Hide Table of Contents

Method CrossJoin

| Improve this Doc View Source

CrossJoin<T>(DbSet<T>, out T)

Constructs SQL CROSS JOIN.

Declaration
public DbQueryBuilder CrossJoin<T>(DbSet<T> dbSet, out T _)

    where T : class, IEntity, new()
Parameters
Type Name Description
DbSet<T> dbSet

The target DbSet.

T _

The entity object of the target DbSet for further SQL construction.

Returns
Type Description
DbQueryBuilder

This query builder for fluent coding.

Type Parameters
Name Description
T

Entity type of the target DbSet.

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