EntityQueryModelVisitor.BindReadValueMethod 메서드
정의
중요
일부 정보는 릴리스되기 전에 상당 부분 수정될 수 있는 시험판 제품과 관련이 있습니다. Microsoft는 여기에 제공된 정보에 대해 어떠한 명시적이거나 묵시적인 보증도 하지 않습니다.
오버로드
BindReadValueMethod(Type, Expression, Int32, IProperty) |
값 버퍼 읽기를 바인딩합니다. |
BindReadValueMethod(Type, Expression, Int32) |
값 버퍼 읽기를 바인딩합니다. |
BindReadValueMethod(Type, Expression, Int32, IProperty)
- Source:
- EntityQueryModelVisitor.cs
- Source:
- EntityQueryModelVisitor.cs
값 버퍼 읽기를 바인딩합니다.
public virtual System.Linq.Expressions.Expression BindReadValueMethod (Type memberType, System.Linq.Expressions.Expression expression, int index, Microsoft.EntityFrameworkCore.Metadata.IProperty property = default);
abstract member BindReadValueMethod : Type * System.Linq.Expressions.Expression * int * Microsoft.EntityFrameworkCore.Metadata.IProperty -> System.Linq.Expressions.Expression
override this.BindReadValueMethod : Type * System.Linq.Expressions.Expression * int * Microsoft.EntityFrameworkCore.Metadata.IProperty -> System.Linq.Expressions.Expression
Public Overridable Function BindReadValueMethod (memberType As Type, expression As Expression, index As Integer, Optional property As IProperty = Nothing) As Expression
매개 변수
- memberType
- Type
멤버의 형식입니다.
- expression
- Expression
대상 식입니다.
- index
- Int32
값 버퍼 인덱스입니다.
- property
- IProperty
바인딩되는 속성입니다.
반환
값 버퍼 읽기 식입니다.
적용 대상
BindReadValueMethod(Type, Expression, Int32)
값 버퍼 읽기를 바인딩합니다.
public virtual System.Linq.Expressions.Expression BindReadValueMethod (Type memberType, System.Linq.Expressions.Expression expression, int index);
abstract member BindReadValueMethod : Type * System.Linq.Expressions.Expression * int -> System.Linq.Expressions.Expression
override this.BindReadValueMethod : Type * System.Linq.Expressions.Expression * int -> System.Linq.Expressions.Expression
Public Overridable Function BindReadValueMethod (memberType As Type, expression As Expression, index As Integer) As Expression
매개 변수
- memberType
- Type
멤버의 형식입니다.
- expression
- Expression
대상 식입니다.
- index
- Int32
값 버퍼 인덱스입니다.
반환
값 버퍼 읽기 식입니다.
적용 대상
GitHub에서 Microsoft와 공동 작업
이 콘텐츠의 원본은 GitHub에서 찾을 수 있으며, 여기서 문제와 끌어오기 요청을 만들고 검토할 수도 있습니다. 자세한 내용은 참여자 가이드를 참조하세요.
Entity Framework