Udostępnij za pośrednictwem


RuntimeEntityType.FindServicePropertiesInHierarchy(String) Metoda

Definicja

Pobiera właściwości usługi o podanej nazwie dla tego typu, typów podstawowych lub typów pochodnych.

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

Zwraca

Wpisz właściwości usługi.

Dotyczy