SelectExpression.BindProperty(IProperty, IQuerySource) 方法
定义
重要
一些信息与预发行产品相关,相应产品在发行之前可能会进行重大修改。 对于此处提供的信息,Microsoft 不作任何明示或暗示的担保。
为所提供的属性生成绑定到此 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
原始查询源。
返回
可用于从此选择表达式中引用列的绑定表达式。