RelationalPropertyExtensions.GetComment Yöntem

Tanım

Aşırı Yüklemeler

GetComment(IProperty)

Bu özelliğin eşlenmiş olduğu sütun için açıklamayı döndürür.

GetComment(IReadOnlyProperty)

Bu özelliğin eşlenmiş olduğu sütun için açıklamayı döndürür.

GetComment(IProperty, StoreObjectIdentifier)

Bu özelliğin eşlenmiş olduğu sütun için açıklamayı döndürür.

GetComment(IReadOnlyProperty, StoreObjectIdentifier)

Bu özelliğin eşlenmiş olduğu sütun için açıklamayı döndürür.

GetComment(IProperty)

Bu özelliğin eşlenmiş olduğu sütun için açıklamayı 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

String

Bu özelliğin eşlenmiş olduğu sütunun açıklaması.

Şunlara uygulanır

GetComment(IReadOnlyProperty)

Bu özelliğin eşlenmiş olduğu sütun için açıklamayı 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

String

Bu özelliğin eşlenmiş olduğu sütunun açıklaması.

Şunlara uygulanır

GetComment(IProperty, StoreObjectIdentifier)

Bu özelliğin eşlenmiş olduğu sütun için açıklamayı 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 gibi bir depo nesnesinin tanımlayıcısı.

Döndürülenler

String

Bu özelliğin eşlenmiş olduğu sütunun açıklaması.

Şunlara uygulanır

GetComment(IReadOnlyProperty, StoreObjectIdentifier)

Bu özelliğin eşlenmiş olduğu sütun için açıklamayı 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 gibi bir depo nesnesinin tanımlayıcısı.

Döndürülenler

String

Bu özelliğin eşlenmiş olduğu sütunun açıklaması.

Şunlara uygulanır