IMutableTypeBase.GetComplexProperties Method

Definition

Gets the properties defined on this type.

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

Returns

The properties defined on this type.

Remarks

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

Applies to