Sdílet prostřednictvím


SelectExpressionFactory.Create Metoda

Definice

Přetížení

Create(RelationalQueryCompilationContext)

Vytvoří nový SelectExpression.

Create(RelationalQueryCompilationContext, String)

Vytvoří nový SelectExpression.

Create(RelationalQueryCompilationContext)

Zdroj:
SelectExpressionFactory.cs
Zdroj:
SelectExpressionFactory.cs

Vytvoří nový SelectExpression.

public virtual Microsoft.EntityFrameworkCore.Query.Expressions.SelectExpression Create (Microsoft.EntityFrameworkCore.Query.RelationalQueryCompilationContext queryCompilationContext);
abstract member Create : Microsoft.EntityFrameworkCore.Query.RelationalQueryCompilationContext -> Microsoft.EntityFrameworkCore.Query.Expressions.SelectExpression
override this.Create : Microsoft.EntityFrameworkCore.Query.RelationalQueryCompilationContext -> Microsoft.EntityFrameworkCore.Query.Expressions.SelectExpression
Public Overridable Function Create (queryCompilationContext As RelationalQueryCompilationContext) As SelectExpression

Parametry

queryCompilationContext
RelationalQueryCompilationContext

Kontext pro kompilaci dotazu

Návraty

A SelectExpression.

Implementuje

Platí pro

Create(RelationalQueryCompilationContext, String)

Zdroj:
SelectExpressionFactory.cs
Zdroj:
SelectExpressionFactory.cs

Vytvoří nový SelectExpression.

public virtual 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
override this.Create : Microsoft.EntityFrameworkCore.Query.RelationalQueryCompilationContext * string -> Microsoft.EntityFrameworkCore.Query.Expressions.SelectExpression
Public Overridable Function Create (queryCompilationContext As RelationalQueryCompilationContext, alias As String) As SelectExpression

Parametry

queryCompilationContext
RelationalQueryCompilationContext

Kontext pro kompilaci dotazu

alias
String

Alias tohoto SelectExpression.

Návraty

A SelectExpression.

Implementuje

Platí pro