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

包含資料行之類似資料表的存放區物件的識別碼。

傳回

此屬性所對應之資料行的批註。

適用於