RuntimeTypeBase.GetComplexProperties Method

Definition

Gets the complex properties defined on this type.

public virtual System.Collections.Generic.IEnumerable<Microsoft.EntityFrameworkCore.Metadata.RuntimeComplexProperty> GetComplexProperties ();
abstract member GetComplexProperties : unit -> seq<Microsoft.EntityFrameworkCore.Metadata.RuntimeComplexProperty>
override this.GetComplexProperties : unit -> seq<Microsoft.EntityFrameworkCore.Metadata.RuntimeComplexProperty>
Public Overridable Function GetComplexProperties () As IEnumerable(Of RuntimeComplexProperty)

Returns

The complex properties defined on this type.

Remarks

This API only returns complex properties and does not find navigation, scalar or service properties.

Applies to