RelationalPropertyExtensions.GetComment メソッド

定義

オーバーロード

GetComment(IProperty)

このプロパティがマップされる列のコメントを返します。

GetComment(IReadOnlyProperty)

このプロパティがマップされる列のコメントを返します。

GetComment(IProperty, StoreObjectIdentifier)

このプロパティがマップされる列のコメントを返します。

GetComment(IReadOnlyProperty, StoreObjectIdentifier)

このプロパティがマップされる列のコメントを返します。

GetComment(IProperty)

このプロパティがマップされる列のコメントを返します。

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

パラメーター

property
IProperty

プロパティ。

戻り値

このプロパティがマップされる列のコメント。

適用対象

GetComment(IReadOnlyProperty)

このプロパティがマップされる列のコメントを返します。

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

パラメーター

property
IReadOnlyProperty

プロパティ。

戻り値

このプロパティがマップされる列のコメント。

適用対象

GetComment(IProperty, StoreObjectIdentifier)

このプロパティがマップされる列のコメントを返します。

public static string GetComment (this Microsoft.EntityFrameworkCore.Metadata.IProperty property, in Microsoft.EntityFrameworkCore.Metadata.StoreObjectIdentifier storeObject);
static member GetComment : Microsoft.EntityFrameworkCore.Metadata.IProperty * StoreObjectIdentifier -> string
<Extension()>
Public Function GetComment (property As IProperty, ByRef storeObject As StoreObjectIdentifier) As String

パラメーター

property
IProperty

プロパティ。

storeObject
StoreObjectIdentifier

列を含むテーブルに似たストア オブジェクトの識別子。

戻り値

このプロパティがマップされる列のコメント。

適用対象

GetComment(IReadOnlyProperty, StoreObjectIdentifier)

このプロパティがマップされる列のコメントを返します。

public static string? GetComment (this Microsoft.EntityFrameworkCore.Metadata.IReadOnlyProperty property, in Microsoft.EntityFrameworkCore.Metadata.StoreObjectIdentifier storeObject);
static member GetComment : Microsoft.EntityFrameworkCore.Metadata.IReadOnlyProperty * StoreObjectIdentifier -> string
<Extension()>
Public Function GetComment (property As IReadOnlyProperty, ByRef storeObject As StoreObjectIdentifier) As String

パラメーター

property
IReadOnlyProperty

プロパティ。

storeObject
StoreObjectIdentifier

列を含むテーブルに似たストア オブジェクトの識別子。

戻り値

このプロパティがマップされる列のコメント。

適用対象