RelationalEntityTypeExtensions.GetComment 方法

定义

重载

GetComment(IEntityType)

返回此实体映射到的表的注释。

GetComment(IReadOnlyEntityType)

返回此实体映射到的表的注释。

GetComment(IEntityType)

返回此实体映射到的表的注释。

public static string GetComment (this Microsoft.EntityFrameworkCore.Metadata.IEntityType entityType);
static member GetComment : Microsoft.EntityFrameworkCore.Metadata.IEntityType -> string
<Extension()>
Public Function GetComment (entityType As IEntityType) As String

参数

entityType
IEntityType

实体类型。

返回

此实体映射到的表的注释。

适用于

GetComment(IReadOnlyEntityType)

返回此实体映射到的表的注释。

public static string? GetComment (this Microsoft.EntityFrameworkCore.Metadata.IReadOnlyEntityType entityType);
static member GetComment : Microsoft.EntityFrameworkCore.Metadata.IReadOnlyEntityType -> string
<Extension()>
Public Function GetComment (entityType As IReadOnlyEntityType) As String

参数

entityType
IReadOnlyEntityType

实体类型。

返回

此实体映射到的表的注释。

适用于