ISelectExpressionFactory.Create 方法
定义
重要
一些信息与预发行产品相关,相应产品在发行之前可能会进行重大修改。 对于此处提供的信息,Microsoft 不作任何明示或暗示的担保。
重载
Create(RelationalQueryCompilationContext) |
创建新的 SelectExpression。 |
Create(RelationalQueryCompilationContext, String) |
创建新的 SelectExpression。 |
Create(RelationalQueryCompilationContext)
创建新的 SelectExpression。
public Microsoft.EntityFrameworkCore.Query.Expressions.SelectExpression Create (Microsoft.EntityFrameworkCore.Query.RelationalQueryCompilationContext queryCompilationContext);
abstract member Create : Microsoft.EntityFrameworkCore.Query.RelationalQueryCompilationContext -> Microsoft.EntityFrameworkCore.Query.Expressions.SelectExpression
Public Function Create (queryCompilationContext As RelationalQueryCompilationContext) As SelectExpression
参数
- queryCompilationContext
- RelationalQueryCompilationContext
查询编译的上下文。
返回
SelectExpression。
适用于
Create(RelationalQueryCompilationContext, String)
创建新的 SelectExpression。
public Microsoft.EntityFrameworkCore.Query.Expressions.SelectExpression Create (Microsoft.EntityFrameworkCore.Query.RelationalQueryCompilationContext queryCompilationContext, string alias);
abstract member Create : Microsoft.EntityFrameworkCore.Query.RelationalQueryCompilationContext * string -> Microsoft.EntityFrameworkCore.Query.Expressions.SelectExpression
Public Function Create (queryCompilationContext As RelationalQueryCompilationContext, alias As String) As SelectExpression
参数
- queryCompilationContext
- RelationalQueryCompilationContext
查询编译的上下文。
- alias
- String
别名。
返回
SelectExpression。