SelectExpressionFactory.Create Method

Definition

Overloads

Create(RelationalQueryCompilationContext)

Creates a new SelectExpression.

Create(RelationalQueryCompilationContext, String)

Creates a new SelectExpression.

Create(RelationalQueryCompilationContext)

Source:
SelectExpressionFactory.cs
Source:
SelectExpressionFactory.cs

Creates a new SelectExpression.

C#
public virtual Microsoft.EntityFrameworkCore.Query.Expressions.SelectExpression Create (Microsoft.EntityFrameworkCore.Query.RelationalQueryCompilationContext queryCompilationContext);

Parameters

queryCompilationContext
RelationalQueryCompilationContext

Context for the query compilation.

Returns

A SelectExpression.

Implements

Applies to

Entity Framework Core 2.2 i druge verzije
Proizvod Verzije
Entity Framework Core 1.0, 1.1, 2.0, 2.1, 2.2

Create(RelationalQueryCompilationContext, String)

Source:
SelectExpressionFactory.cs
Source:
SelectExpressionFactory.cs

Creates a new SelectExpression.

C#
public virtual Microsoft.EntityFrameworkCore.Query.Expressions.SelectExpression Create (Microsoft.EntityFrameworkCore.Query.RelationalQueryCompilationContext queryCompilationContext, string alias);

Parameters

queryCompilationContext
RelationalQueryCompilationContext

Context for the query compilation.

alias
String

The alias of this SelectExpression.

Returns

A SelectExpression.

Implements

Applies to

Entity Framework Core 2.2 i druge verzije
Proizvod Verzije
Entity Framework Core 1.0, 1.1, 2.0, 2.1, 2.2