ITypeBase.GetFlattenedProperties Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Returns all properties that implement IProperty, including those on non-collection 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.