Share via


ComplexCollectionEntry<TEntity,TElement>.Item[Int32] Property

Definition

Gets a ComplexElementEntry<TEntity,TComplexProperty> for the complex item at the specified ordinal.

public virtual Microsoft.EntityFrameworkCore.ChangeTracking.ComplexElementEntry<TEntity,TElement> this[int ordinal] { [System.Runtime.CompilerServices.PreserveBaseOverrides] get; }
[<get: System.Runtime.CompilerServices.PreserveBaseOverrides>]
member this.Item(int) : Microsoft.EntityFrameworkCore.ChangeTracking.ComplexElementEntry<'Entity, 'Element (requires 'Entity : null)>
Default Public Overridable ReadOnly Property Item(ordinal As Integer) As ComplexElementEntry(Of TEntity, TElement)

Parameters

ordinal
Int32

The ordinal of the complex item to access.

Property Value

ComplexElementEntry<TEntity,TElement>

A ComplexElementEntry<TEntity,TComplexProperty> for the complex item at the specified ordinal.

Attributes

Applies to