Share via


PropertyValues.ComplexCollectionProperties Property

Definition

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.

Applies to