ITypeBase.GetFlattenedProperties Method

Definition

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

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

Returns

The properties.

Applies to