Freigeben über


DefaultQuerySqlGenerator.GenerateProjection(Expression) Methode

Definition

Aufrufen einer einzelnen Projektion in der SQL SELECT-Klausel

protected virtual void GenerateProjection (System.Linq.Expressions.Expression projection);
abstract member GenerateProjection : System.Linq.Expressions.Expression -> unit
override this.GenerateProjection : System.Linq.Expressions.Expression -> unit
Protected Overridable Sub GenerateProjection (projection As Expression)

Parameter

projection
Expression

Der Projektionsausdruck.

Gilt für: