ProjectionBindingExpression.IndexMap Property

Definition

Caution

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

The projection member to bind if binding is via index map for a value buffer.

C#
public virtual System.Collections.Generic.IDictionary<Microsoft.EntityFrameworkCore.Metadata.IProperty,int> IndexMap { get; }
C#
[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; }

Property Value

Attributes

Applies to

Product Versions (Obsolete)
Entity Framework Core 3.0, 3.1, 5.0 (6.0)