Partager via


SelectExpressionFactory.Create Méthode

Définition

Surcharges

Create(RelationalQueryCompilationContext)

Crée un selectExpression.

Create(RelationalQueryCompilationContext, String)

Crée un selectExpression.

Create(RelationalQueryCompilationContext)

Source:
SelectExpressionFactory.cs
Source:
SelectExpressionFactory.cs

Crée un 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

Paramètres

queryCompilationContext
RelationalQueryCompilationContext

Contexte de la compilation de requête.

Retours

A SelectExpression.

Implémente

S’applique à

Create(RelationalQueryCompilationContext, String)

Source:
SelectExpressionFactory.cs
Source:
SelectExpressionFactory.cs

Crée un 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

Paramètres

queryCompilationContext
RelationalQueryCompilationContext

Contexte de la compilation de requête.

alias
String

Alias de cette SelectExpression.

Retours

A SelectExpression.

Implémente

S’applique à