Share via


RuntimeEntityType.FindServicePropertiesInHierarchy(String) Method

Definition

Gets the service properties with the given name on this type, base types or derived types.

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)

Parameters

propertyName
String

Returns

Type service properties.

Applies to