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

원래 쿼리 원본입니다.

반환

이 select 식의 열을 참조하는 데 사용할 수 있는 바인딩된 식입니다.

적용 대상