TableExpression(String, String, String, IQuerySource) Constructor

Definition

Initializes a new instance of the Microsoft.EntityFrameworkCore.Query.Expressions.TableExpression class.

C#
public TableExpression (string table, string schema, string alias, Remotion.Linq.Clauses.IQuerySource querySource);

Parameters

table
String

The table name.

schema
String

The schema name.

alias
String

The alias.

querySource
Remotion.Linq.Clauses.IQuerySource

The query source.

Applies to

Proizvod Verzije
Entity Framework Core 1.0, 1.1, 2.0, 2.1, 2.2