PropertyValues.ComplexCollectionProperties 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 the complex type collection for which this object is storing values.
public virtual System.Collections.Generic.IReadOnlyList<Microsoft.EntityFrameworkCore.Metadata.IComplexProperty> ComplexCollectionProperties { [System.Diagnostics.DebuggerStepThrough] get; }
[<get: System.Diagnostics.DebuggerStepThrough>]
member this.ComplexCollectionProperties : System.Collections.Generic.IReadOnlyList<Microsoft.EntityFrameworkCore.Metadata.IComplexProperty>
Public Overridable ReadOnly Property ComplexCollectionProperties As IReadOnlyList(Of IComplexProperty)
Property Value
The complex type collections.
- Attributes
Remarks
See Accessing tracked entities in EF Core for more information and examples.