RuntimeEntityType.IReadOnlyEntityType.HasServiceProperties 方法

定义

检查此实体类型是否有任何 IServiceProperty 定义。

[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

返回

true 如果对此实体类型或基类型定义了任何服务属性,则为 。

实现

属性

适用于