IConventionTypeBase.GetDerivedProperties Method

Definition

Gets all scalar properties declared on the types derived from this type.

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

Returns

Derived non-navigation properties.

Remarks

This method does not return properties declared on the given type itself. Use GetProperties() to return properties declared on this and base entity typed types.

Applies to