SelectExpressionFactory.Create Yöntem

Tanım

Aşırı Yüklemeler

Create(RelationalQueryCompilationContext)

Yeni bir SelectExpression oluşturur.

Create(RelationalQueryCompilationContext, String)

Yeni bir SelectExpression oluşturur.

Create(RelationalQueryCompilationContext)

Yeni bir SelectExpression oluşturur.

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

Parametreler

queryCompilationContext
RelationalQueryCompilationContext

Sorgu derleme bağlamı.

Döndürülenler

A SelectExpression.

Uygulamalar

Şunlara uygulanır

Create(RelationalQueryCompilationContext, String)

Yeni bir SelectExpression oluşturur.

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

Parametreler

queryCompilationContext
RelationalQueryCompilationContext

Sorgu derleme bağlamı.

alias
String

Bu SelectExpression diğer adı.

Döndürülenler

A SelectExpression.

Uygulamalar

Şunlara uygulanır