ITypeBase.GetFlattenedComplexProperties Methode

Definition

Gibt alle Eigenschaften zurück, die implementieren IComplexProperty, einschließlich der Eigenschaften für komplexe Typen.

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

Gibt zurück

Die Eigenschaften.

Gilt für: