Aracılığıyla paylaş


RelationalPropertyExtensions.GetComment Yöntem

Tanım

Aşırı Yüklemeler

GetComment(IProperty)

Bu özelliğin eşlendiği sütunun açıklamasını döndürür.

GetComment(IReadOnlyProperty)

Bu özelliğin eşlendiği sütunun açıklamasını döndürür.

GetComment(IProperty, StoreObjectIdentifier)

Bu özelliğin eşlendiği sütunun açıklamasını döndürür.

GetComment(IReadOnlyProperty, StoreObjectIdentifier)

Bu özelliğin eşlendiği sütunun açıklamasını döndürür.

GetComment(IProperty)

Bu özelliğin eşlendiği sütunun açıklamasını döndürür.

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

Parametreler

property
IProperty

Özellik.

Döndürülenler

Bu özelliğin eşlendiği sütunun açıklaması.

Şunlara uygulanır

GetComment(IReadOnlyProperty)

Bu özelliğin eşlendiği sütunun açıklamasını döndürür.

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

Parametreler

property
IReadOnlyProperty

Özellik.

Döndürülenler

Bu özelliğin eşlendiği sütunun açıklaması.

Şunlara uygulanır

GetComment(IProperty, StoreObjectIdentifier)

Bu özelliğin eşlendiği sütunun açıklamasını döndürür.

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

Parametreler

property
IProperty

Özellik.

storeObject
StoreObjectIdentifier

Sütunu içeren tablo benzeri depolama nesnesinin tanımlayıcısı.

Döndürülenler

Bu özelliğin eşlendiği sütunun açıklaması.

Şunlara uygulanır

GetComment(IReadOnlyProperty, StoreObjectIdentifier)

Bu özelliğin eşlendiği sütunun açıklamasını döndürür.

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

Parametreler

property
IReadOnlyProperty

Özellik.

storeObject
StoreObjectIdentifier

Sütunu içeren tablo benzeri depolama nesnesinin tanımlayıcısı.

Döndürülenler

Bu özelliğin eşlendiği sütunun açıklaması.

Şunlara uygulanır