Share via


RuntimeEntityType.IEntityType.GetServiceProperties Method

Definition

Gets all the IServiceProperty defined on this entity type.

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

Returns

The service properties defined on this entity type.

Implements

Attributes

Applies to