TableExpression(String, String, String, IQuerySource) Constructor

Definition

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

public TableExpression (string table, string schema, string alias, Remotion.Linq.Clauses.IQuerySource querySource);
new Microsoft.EntityFrameworkCore.Query.Expressions.TableExpression : string * string * string * Remotion.Linq.Clauses.IQuerySource -> Microsoft.EntityFrameworkCore.Query.Expressions.TableExpression
Public Sub New (table As String, schema As String, alias As String, querySource As IQuerySource)

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