RuntimeTypeBase.FindComplexPropertiesInHierarchy(String) Method

Definition

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

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)

Parameters

propertyName
String

Returns

Type complex properties.

Applies to