Sdílet prostřednictvím


SelectExpression.BindProperty(IProperty, IQuerySource) Metoda

Definice

Vygeneruje výraz svázaný s tímto výrazem select pro zadanou vlastnost.

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

Parametry

property
IProperty

Odpovídající vlastnost EF.

querySource
Remotion.Linq.Clauses.IQuerySource

Původní zdroj dotazu.

Návraty

Vázaný výraz, který lze použít k odkaz na sloupec z tohoto výrazu select.

Platí pro