TableExpressionBase(IQuerySource, String) 构造函数

定义

初始化 Microsoft.EntityFrameworkCore.Query.Expressions.TableExpressionBase 类的新实例。

protected TableExpressionBase (Remotion.Linq.Clauses.IQuerySource querySource, string alias);
new Microsoft.EntityFrameworkCore.Query.Expressions.TableExpressionBase : Remotion.Linq.Clauses.IQuerySource * string -> Microsoft.EntityFrameworkCore.Query.Expressions.TableExpressionBase
Protected Sub New (querySource As IQuerySource, alias As String)

参数

querySource
Remotion.Linq.Clauses.IQuerySource

查询源。

alias
String

别名。

适用于