IConventionTypeBase.GetDeclaredComplexProperties Method

Definition

Gets the complex properties declared on this type.

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

Returns

Declared complex properties.

Applies to