Share via


RuntimeTypeBase.ITypeBase.GetFlattenedDeclaredProperties Method

Definition

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

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

Returns

The properties.

Implements

Applies to