다음을 통해 공유


ProjectionBindingExpression.IndexMap 속성

정의

주의

The dictionary should be stored in client projection in query expression and access via index based binding.

바인딩이 값 버퍼에 대한 인덱스 맵을 통해 인덱스인 경우 바인딩할 프로젝션 멤버입니다.

public virtual System.Collections.Generic.IDictionary<Microsoft.EntityFrameworkCore.Metadata.IProperty,int> IndexMap { get; }
[System.Obsolete("The dictionary should be stored in client projection in query expression and access via index based binding.")]
public virtual System.Collections.Generic.IReadOnlyDictionary<Microsoft.EntityFrameworkCore.Metadata.IProperty,int>? IndexMap { get; }
member this.IndexMap : System.Collections.Generic.IDictionary<Microsoft.EntityFrameworkCore.Metadata.IProperty, int>
[<System.Obsolete("The dictionary should be stored in client projection in query expression and access via index based binding.")>]
member this.IndexMap : System.Collections.Generic.IReadOnlyDictionary<Microsoft.EntityFrameworkCore.Metadata.IProperty, int>
Public Overridable ReadOnly Property IndexMap As IDictionary(Of IProperty, Integer)
Public Overridable ReadOnly Property IndexMap As IReadOnlyDictionary(Of IProperty, Integer)

속성 값

특성

적용 대상