Compartir a través de


SelectExpression.BindProperty(IProperty, IQuerySource) Método

Definición

Genera una expresión enlazada a esta expresión de selección para la propiedad proporcionada.

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

Parámetros

property
IProperty

La propiedad EF correspondiente.

querySource
Remotion.Linq.Clauses.IQuerySource

Origen de la consulta de origen.

Devoluciones

Expresión enlazada que se puede usar para hacer referencia a la columna de esta expresión de selección.

Se aplica a