IReadOnlyTypeBase.GetDeclaredComplexProperties Methode

Definition

Ruft die komplexen Eigenschaften ab, die für diesen Typ deklariert sind.

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

Gibt zurück

Deklarierte komplexe Eigenschaften.

Gilt für: