IEntityType.GetProperties Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Gets the properties defined on this entity type.
public System.Collections.Generic.IEnumerable<Microsoft.EntityFrameworkCore.Metadata.IProperty> GetProperties();
abstract member GetProperties : unit -> seq<Microsoft.EntityFrameworkCore.Metadata.IProperty>
Public Function GetProperties () As IEnumerable(Of IProperty)
Returns
The properties defined on this entity type.
Implements
Remarks
This API only returns scalar properties and does not return navigation properties. Use GetNavigations() to get navigation properties.