IConventionTypeBase.GetProperties Method

Definition

Gets all scalar properties defined on this type.

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

Returns

The properties defined on this type.

Remarks

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

Applies to