SelectExpression.BindProperty(IProperty, IQuerySource) 方法

定义

为所提供的属性生成绑定到此 select 表达式的表达式。

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

参数

property
IProperty

相应的 EF 属性。

querySource
Remotion.Linq.Clauses.IQuerySource

原始查询源。

返回

可用于从此选择表达式中引用列的绑定表达式。

适用于