ComplexCollectionEntry<TEntity,TElement>.Item[Int32] Property
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 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
A ComplexElementEntry<TEntity,TComplexProperty> for the complex item at the specified ordinal.
- Attributes