Sdílet prostřednictvím


IConventionTypeBase.GetDerivedComplexProperties Metoda

Definice

Získá komplexní vlastnosti deklarované na typy odvozené od tohoto typu.

public virtual System.Collections.Generic.IEnumerable<Microsoft.EntityFrameworkCore.Metadata.IConventionComplexProperty> GetDerivedComplexProperties ();
abstract member GetDerivedComplexProperties : unit -> seq<Microsoft.EntityFrameworkCore.Metadata.IConventionComplexProperty>
override this.GetDerivedComplexProperties : unit -> seq<Microsoft.EntityFrameworkCore.Metadata.IConventionComplexProperty>
Public Overridable Function GetDerivedComplexProperties () As IEnumerable(Of IConventionComplexProperty)

Návraty

Odvozené komplexní vlastnosti.

Poznámky

Tato metoda nevrací komplexní vlastnosti deklarované u samotného typu. Slouží GetComplexProperties() k vrácení složitých vlastností deklarovaných u tohoto a základního typu.

Platí pro