ComplexCollectionEntry<TEntity,TElement>.GetOriginalEntry(Int32) Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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
A ComplexElementEntry<TEntity,TComplexProperty> for the original complex item at the specified ordinal.
- Attributes