IConventionEntityType.GetProperties Method

Definition

Gets the properties defined on this entity 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 entity type.

Remarks

This API only returns scalar properties and does not return navigation properties. Use GetNavigations() to get navigation properties.

Applies to