共用方式為


ISelectExpressionFactory.Create 方法

定義

多載

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。

適用於