RuntimeEntityType.IReadOnlyEntityType.HasServiceProperties Method

Definition

Checks whether or not this entity type has any IServiceProperty defined.

[System.Diagnostics.DebuggerStepThrough]
bool IReadOnlyEntityType.HasServiceProperties ();
[<System.Diagnostics.DebuggerStepThrough>]
abstract member Microsoft.EntityFrameworkCore.Metadata.IReadOnlyEntityType.HasServiceProperties : unit -> bool
override this.Microsoft.EntityFrameworkCore.Metadata.IReadOnlyEntityType.HasServiceProperties : unit -> bool
Function HasServiceProperties () As Boolean Implements IReadOnlyEntityType.HasServiceProperties

Returns

true if there are any service properties defined on this entity type or base types.

Implements

Attributes

Applies to