Udostępnij za pośrednictwem


RelationalPropertyExtensions.GetComment Metoda

Definicja

Przeciążenia

GetComment(IProperty)

Zwraca komentarz dla kolumny, na która jest mapowana ta właściwość.

GetComment(IReadOnlyProperty)

Zwraca komentarz dla kolumny, na która jest mapowana ta właściwość.

GetComment(IProperty, StoreObjectIdentifier)

Zwraca komentarz dla kolumny, na która jest mapowana ta właściwość.

GetComment(IReadOnlyProperty, StoreObjectIdentifier)

Zwraca komentarz dla kolumny, na która jest mapowana ta właściwość.

GetComment(IProperty)

Zwraca komentarz dla kolumny, na która jest mapowana ta właściwość.

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

Parametry

property
IProperty

Właściwość.

Zwraca

Komentarz dla kolumny, na która jest mapowana ta właściwość.

Dotyczy

GetComment(IReadOnlyProperty)

Zwraca komentarz dla kolumny, na która jest mapowana ta właściwość.

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

Parametry

property
IReadOnlyProperty

Właściwość.

Zwraca

Komentarz dla kolumny, na która jest mapowana ta właściwość.

Dotyczy

GetComment(IProperty, StoreObjectIdentifier)

Zwraca komentarz dla kolumny, na która jest mapowana ta właściwość.

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

Parametry

property
IProperty

Właściwość.

storeObject
StoreObjectIdentifier

Identyfikator obiektu magazynu przypominającego tabelę zawierającego kolumnę.

Zwraca

Komentarz dla kolumny, na która jest mapowana ta właściwość.

Dotyczy

GetComment(IReadOnlyProperty, StoreObjectIdentifier)

Zwraca komentarz dla kolumny, na która jest mapowana ta właściwość.

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

Parametry

property
IReadOnlyProperty

Właściwość.

storeObject
StoreObjectIdentifier

Identyfikator obiektu magazynu przypominającego tabelę zawierającego kolumnę.

Zwraca

Komentarz dla kolumny, na która jest mapowana ta właściwość.

Dotyczy