Sdílet prostřednictvím


RuntimeEntityType.FindServicePropertiesInHierarchy(String) Metoda

Definice

Získá vlastnosti služby s daným názvem na tento typ, základní typy nebo odvozené typy.

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

Parametry

propertyName
String

Návraty

Zadejte vlastnosti služby.

Platí pro