Sdílet prostřednictvím


RuntimeTypeBase.FindComplexPropertiesInHierarchy(String) Metoda

Definice

Získá komplexní vlastnosti s daným názvem tohoto typu, základní typy nebo odvozené typy.

public virtual System.Collections.Generic.IEnumerable<Microsoft.EntityFrameworkCore.Metadata.RuntimeComplexProperty> FindComplexPropertiesInHierarchy (string propertyName);
abstract member FindComplexPropertiesInHierarchy : string -> seq<Microsoft.EntityFrameworkCore.Metadata.RuntimeComplexProperty>
override this.FindComplexPropertiesInHierarchy : string -> seq<Microsoft.EntityFrameworkCore.Metadata.RuntimeComplexProperty>
Public Overridable Function FindComplexPropertiesInHierarchy (propertyName As String) As IEnumerable(Of RuntimeComplexProperty)

Parametry

propertyName
String

Návraty

Zadejte komplexní vlastnosti.

Platí pro