RuntimeEntityType.IEntityType.GetProperties Method

Definition

Gets the properties defined on this entity type.

[System.Diagnostics.DebuggerStepThrough]
System.Collections.Generic.IEnumerable<Microsoft.EntityFrameworkCore.Metadata.IProperty> IEntityType.GetProperties ();
[<System.Diagnostics.DebuggerStepThrough>]
abstract member Microsoft.EntityFrameworkCore.Metadata.IEntityType.GetProperties : unit -> seq<Microsoft.EntityFrameworkCore.Metadata.IProperty>
override this.Microsoft.EntityFrameworkCore.Metadata.IEntityType.GetProperties : unit -> seq<Microsoft.EntityFrameworkCore.Metadata.IProperty>
Function GetProperties () As IEnumerable(Of IProperty) Implements IEntityType.GetProperties

Returns

The properties defined on this entity type.

Implements

Attributes

Applies to