RuntimeTypeBase.ITypeBase.GetFlattenedProperties Method

Definition

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

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

Returns

The properties.

Implements

Applies to