Share via


RuntimeTypeBase.FindPropertiesInHierarchy(String) Method

Definition

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

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

Parameters

propertyName
String

Returns

Type properties.

Applies to