Share via


RuntimeTypeBase.GetFlattenedProperties Method

Definition

Returns all IProperty members from this type and all nested complex types, if any.

public virtual System.Collections.Generic.IEnumerable<Microsoft.EntityFrameworkCore.Metadata.RuntimeProperty> GetFlattenedProperties ();
abstract member GetFlattenedProperties : unit -> seq<Microsoft.EntityFrameworkCore.Metadata.RuntimeProperty>
override this.GetFlattenedProperties : unit -> seq<Microsoft.EntityFrameworkCore.Metadata.RuntimeProperty>
Public Overridable Function GetFlattenedProperties () As IEnumerable(Of RuntimeProperty)

Returns

The properties.

Applies to