EntityQueryModelVisitor.BindNavigationPathPropertyExpression 메서드
정의
중요
일부 정보는 릴리스되기 전에 상당 부분 수정될 수 있는 시험판 제품과 관련이 있습니다. Microsoft는 여기에 제공된 정보에 대해 어떠한 명시적이거나 묵시적인 보증도 하지 않습니다.
오버로드
BindNavigationPathPropertyExpression<TResult>(Expression, Func<IEnumerable<IPropertyBase>,IQuerySource,TResult>)
탐색 경로 속성 식을 바인딩합니다.
public virtual TResult BindNavigationPathPropertyExpression<TResult>(System.Linq.Expressions.Expression propertyExpression, Func<System.Collections.Generic.IEnumerable<Microsoft.EntityFrameworkCore.Metadata.IPropertyBase>,Remotion.Linq.Clauses.IQuerySource,TResult> propertyBinder);
abstract member BindNavigationPathPropertyExpression : System.Linq.Expressions.Expression * Func<seq<Microsoft.EntityFrameworkCore.Metadata.IPropertyBase>, Remotion.Linq.Clauses.IQuerySource, 'Result> -> 'Result
override this.BindNavigationPathPropertyExpression : System.Linq.Expressions.Expression * Func<seq<Microsoft.EntityFrameworkCore.Metadata.IPropertyBase>, Remotion.Linq.Clauses.IQuerySource, 'Result> -> 'Result
Public Overridable Function BindNavigationPathPropertyExpression(Of TResult) (propertyExpression As Expression, propertyBinder As Func(Of IEnumerable(Of IPropertyBase), IQuerySource, TResult)) As TResult
형식 매개 변수
- TResult
결과의 유형입니다.
매개 변수
- propertyExpression
- Expression
속성 식입니다.
- propertyBinder
- Func<IEnumerable<IPropertyBase>,Remotion.Linq.Clauses.IQuerySource,TResult>
속성 바인더입니다.
반환
TResult
A TResult.
적용 대상
BindNavigationPathPropertyExpression<TResult>(Expression, Func<IReadOnlyList<IPropertyBase>,IQuerySource,TResult>)
- Source:
- EntityQueryModelVisitor.cs
- Source:
- EntityQueryModelVisitor.cs
탐색 경로 속성 식을 바인딩합니다.
public virtual TResult BindNavigationPathPropertyExpression<TResult>(System.Linq.Expressions.Expression propertyExpression, Func<System.Collections.Generic.IReadOnlyList<Microsoft.EntityFrameworkCore.Metadata.IPropertyBase>,Remotion.Linq.Clauses.IQuerySource,TResult> propertyBinder);
abstract member BindNavigationPathPropertyExpression : System.Linq.Expressions.Expression * Func<System.Collections.Generic.IReadOnlyList<Microsoft.EntityFrameworkCore.Metadata.IPropertyBase>, Remotion.Linq.Clauses.IQuerySource, 'Result> -> 'Result
override this.BindNavigationPathPropertyExpression : System.Linq.Expressions.Expression * Func<System.Collections.Generic.IReadOnlyList<Microsoft.EntityFrameworkCore.Metadata.IPropertyBase>, Remotion.Linq.Clauses.IQuerySource, 'Result> -> 'Result
Public Overridable Function BindNavigationPathPropertyExpression(Of TResult) (propertyExpression As Expression, propertyBinder As Func(Of IReadOnlyList(Of IPropertyBase), IQuerySource, TResult)) As TResult
형식 매개 변수
- TResult
결과의 유형입니다.
매개 변수
- propertyExpression
- Expression
속성 식입니다.
- propertyBinder
- Func<IReadOnlyList<IPropertyBase>,Remotion.Linq.Clauses.IQuerySource,TResult>
속성 바인더입니다.
반환
TResult
A TResult.