IReadOnlyTypeBase.GetComplexProperties Method

Definition

Gets the complex properties defined on this type and base types.

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

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