Share via


ComplexCollectionEntry.Item[Int32] Property

Definition

Gets a ComplexElementEntry for the complex item at the specified ordinal.

public virtual Microsoft.EntityFrameworkCore.ChangeTracking.ComplexElementEntry this[int ordinal] { get; }
member this.Item(int) : Microsoft.EntityFrameworkCore.ChangeTracking.ComplexElementEntry
Default Public Overridable ReadOnly Property Item(ordinal As Integer) As ComplexElementEntry

Parameters

ordinal
Int32

The ordinal of the complex item to access.

Property Value

A ComplexElementEntry for the complex item at the specified ordinal.

Applies to