Share via


ComplexCollectionEntry<TEntity,TElement>.GetOriginalEntry(Int32) Method

Definition

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

[System.Runtime.CompilerServices.PreserveBaseOverrides]
public virtual Microsoft.EntityFrameworkCore.ChangeTracking.ComplexElementEntry<TEntity,TElement> GetOriginalEntry(int ordinal);
[<System.Runtime.CompilerServices.PreserveBaseOverrides>]
override this.GetOriginalEntry : int -> Microsoft.EntityFrameworkCore.ChangeTracking.ComplexElementEntry<'Entity, 'Element (requires 'Entity : null)>
Public Overridable Function GetOriginalEntry (ordinal As Integer) As ComplexElementEntry(Of TEntity, TElement)

Parameters

ordinal
Int32

The original ordinal of the complex item to access.

Returns

ComplexElementEntry<TEntity,TElement>

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

Attributes

Applies to