ComplexCollectionEntry.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 for the original complex item at the specified ordinal.
public virtual Microsoft.EntityFrameworkCore.ChangeTracking.ComplexElementEntry GetOriginalEntry(int ordinal);
abstract member GetOriginalEntry : int -> Microsoft.EntityFrameworkCore.ChangeTracking.ComplexElementEntry
override this.GetOriginalEntry : int -> Microsoft.EntityFrameworkCore.ChangeTracking.ComplexElementEntry
Public Overridable Function GetOriginalEntry (ordinal As Integer) As ComplexElementEntry
Parameters
- ordinal
- Int32
The original ordinal of the complex item to access.
Returns
A ComplexElementEntry for the complex item at the specified original ordinal.