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

エンティティの型。

戻り値

このエンティティがマップされるテーブルのコメント。

適用対象