QuerySqlGenerator.GenerateEmptyProjection(SelectExpression) Yöntem

Tanım

SelectExpression için boş projeksiyon oluşturur.

protected virtual void GenerateEmptyProjection (Microsoft.EntityFrameworkCore.Query.SqlExpressions.SelectExpression selectExpression);
abstract member GenerateEmptyProjection : Microsoft.EntityFrameworkCore.Query.SqlExpressions.SelectExpression -> unit
override this.GenerateEmptyProjection : Microsoft.EntityFrameworkCore.Query.SqlExpressions.SelectExpression -> unit
Protected Overridable Sub GenerateEmptyProjection (selectExpression As SelectExpression)

Parametreler

selectExpression
SelectExpression

Boş projeksiyonun oluşturulacağı İfade'yi seçin.

Şunlara uygulanır