IReadOnlyEntityType.HasServiceProperties Method

Definition

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

public bool HasServiceProperties ();
abstract member HasServiceProperties : unit -> bool
Public Function HasServiceProperties () As Boolean

Returns

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

Applies to