Condividi tramite


SelectExpression.BindProperty(IProperty, IQuerySource) Metodo

Definizione

Genera un'espressione associata a questa espressione di selezione per la proprietà specificata.

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

Parametri

property
IProperty

Proprietà EF corrispondente.

querySource
Remotion.Linq.Clauses.IQuerySource

Origine della query di origine.

Restituisce

Espressione associata che può essere usata per fare riferimento alla colonna da questa espressione di selezione.

Si applica a