SelectExpression.BindProperty(IProperty, IQuerySource) Methode

Definition

Generiert einen Ausdruck, der an diesen Select-Ausdruck für die angegebene Eigenschaft gebunden ist.

public virtual System.Linq.Expressions.Expression BindProperty (Microsoft.EntityFrameworkCore.Metadata.IProperty property, Remotion.Linq.Clauses.IQuerySource querySource);
abstract member BindProperty : Microsoft.EntityFrameworkCore.Metadata.IProperty * Remotion.Linq.Clauses.IQuerySource -> System.Linq.Expressions.Expression
override this.BindProperty : Microsoft.EntityFrameworkCore.Metadata.IProperty * Remotion.Linq.Clauses.IQuerySource -> System.Linq.Expressions.Expression
Public Overridable Function BindProperty (property As IProperty, querySource As IQuerySource) As Expression

Parameter

property
IProperty

Die entsprechende EF-Eigenschaft.

querySource
Remotion.Linq.Clauses.IQuerySource

Die ursprüngliche Abfragequelle.

Gibt zurück

Der gebundene Ausdruck, der verwendet werden kann, um auf die Spalte aus diesem Select-Ausdruck zu verweisen.

Gilt für: