IEntityType.GetServiceProperties Method

Definition

Gets all the IServiceProperty defined on this entity type.

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

Returns

The service properties defined on this entity type.

Remarks

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

Applies to