ITypeBase.GetComplexProperties Method

Definition

Gets the complex properties defined on this entity type.

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

Returns

The complex properties defined on this entity type.

Remarks

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

Applies to