ITypeBase.GetFlattenedComplexProperties Method

Definition

Returns all properties that implement IComplexProperty, including those on complex types.

public System.Collections.Generic.IEnumerable<Microsoft.EntityFrameworkCore.Metadata.IComplexProperty> GetFlattenedComplexProperties ();
abstract member GetFlattenedComplexProperties : unit -> seq<Microsoft.EntityFrameworkCore.Metadata.IComplexProperty>
Public Function GetFlattenedComplexProperties () As IEnumerable(Of IComplexProperty)

Returns

The properties.

Applies to