Поделиться через


TableExpression(String, String, String, IQuerySource) Конструктор

Определение

Инициализирует новый экземпляр класса Microsoft.EntityFrameworkCore.Query.Expressions.TableExpression.

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)

Параметры

table
String

Имя таблицы.

schema
String

Имя схемы.

alias
String

Псевдоним.

querySource
Remotion.Linq.Clauses.IQuerySource

Источник запроса.

Применяется к