EntityQueryModelVisitor.BindReadValueMethod Metoda
Definicja
Ważne
Niektóre informacje odnoszą się do produktu w wersji wstępnej, który może zostać znacząco zmodyfikowany przed wydaniem. Firma Microsoft nie udziela żadnych gwarancji, jawnych lub domniemanych, w odniesieniu do informacji podanych w tym miejscu.
Przeciążenia
BindReadValueMethod(Type, Expression, Int32, IProperty) |
Wiąże odczyt bufora wartości. |
BindReadValueMethod(Type, Expression, Int32) |
Wiąże odczyt bufora wartości. |
BindReadValueMethod(Type, Expression, Int32, IProperty)
- Źródło:
- EntityQueryModelVisitor.cs
- Źródło:
- EntityQueryModelVisitor.cs
Wiąże odczyt bufora wartości.
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
Parametry
- memberType
- Type
Typ elementu członkowskiego.
- expression
- Expression
Wyrażenie docelowe.
- index
- Int32
Indeks buforu wartości.
- property
- IProperty
Właściwość jest powiązana.
Zwraca
Wyrażenie odczytu buforu wartości.
Dotyczy
BindReadValueMethod(Type, Expression, Int32)
Wiąże odczyt bufora wartości.
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
Parametry
- memberType
- Type
Typ elementu członkowskiego.
- expression
- Expression
Wyrażenie docelowe.
- index
- Int32
Indeks buforu wartości.
Zwraca
Wyrażenie odczytu buforu wartości.