EntityQueryModelVisitor.BindReadValueMethod Yöntem

Tanım

Aşırı Yüklemeler

BindReadValueMethod(Type, Expression, Int32, IProperty)

Bir değer arabelleğini oku bağlantısını bağlar.

BindReadValueMethod(Type, Expression, Int32)

Bir değer arabelleğini oku bağlantısını bağlar.

BindReadValueMethod(Type, Expression, Int32, IProperty)

Bir değer arabelleğini oku bağlantısını bağlar.

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

Parametreler

memberType
Type

Üyenin türü.

expression
Expression

Hedef ifade.

index
Int32

Değer arabelleği dizini.

property
IProperty

Bağlanmakta olan özellik.

Döndürülenler

Expression

Değer arabelleği okuma ifadesi.

Şunlara uygulanır

BindReadValueMethod(Type, Expression, Int32)

Bir değer arabelleğini oku bağlantısını bağlar.

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

Parametreler

memberType
Type

Üyenin türü.

expression
Expression

Hedef ifade.

index
Int32

Değer arabelleği dizini.

Döndürülenler

Expression

Değer arabelleği okuma ifadesi.

Şunlara uygulanır