Sdílet prostřednictvím


ISelectExpressionFactory.Create Metoda

Definice

Přetížení

Create(RelationalQueryCompilationContext)

Vytvoří nový SelectExpression.

Create(RelationalQueryCompilationContext, String)

Vytvoří nový SelectExpression.

Create(RelationalQueryCompilationContext)

Vytvoří nový 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

Parametry

queryCompilationContext
RelationalQueryCompilationContext

Kontext kompilace dotazu

Návraty

A SelectExpression.

Platí pro

Create(RelationalQueryCompilationContext, String)

Vytvoří nový 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

Parametry

queryCompilationContext
RelationalQueryCompilationContext

Kontext kompilace dotazu

alias
String

Alias.

Návraty

A SelectExpression.

Platí pro