RuntimeTypeBase.GetFlattenedDeclaredProperties 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> GetFlattenedDeclaredProperties ();
abstract member GetFlattenedDeclaredProperties : unit -> seq<Microsoft.EntityFrameworkCore.Metadata.RuntimeProperty>
override this.GetFlattenedDeclaredProperties : unit -> seq<Microsoft.EntityFrameworkCore.Metadata.RuntimeProperty>
Public Overridable Function GetFlattenedDeclaredProperties () As IEnumerable(Of RuntimeProperty)

Returns

The properties.

Applies to