RelationalPropertyExtensions.GetComment Metode
Definisi
Penting
Beberapa informasi terkait produk prarilis yang dapat diubah secara signifikan sebelum dirilis. Microsoft tidak memberikan jaminan, tersirat maupun tersurat, sehubungan dengan informasi yang diberikan di sini.
Overload
GetComment(IProperty) |
Mengembalikan komentar untuk kolom tempat properti ini dipetakan. |
GetComment(IReadOnlyProperty) |
Mengembalikan komentar untuk kolom tempat properti ini dipetakan. |
GetComment(IProperty, StoreObjectIdentifier) |
Mengembalikan komentar untuk kolom tempat properti ini dipetakan. |
GetComment(IReadOnlyProperty, StoreObjectIdentifier) |
Mengembalikan komentar untuk kolom tempat properti ini dipetakan. |
GetComment(IProperty)
Mengembalikan komentar untuk kolom tempat properti ini dipetakan.
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
Parameter
- property
- IProperty
Properti .
Mengembalikan
Komentar untuk kolom tempat properti ini dipetakan.
Berlaku untuk
GetComment(IReadOnlyProperty)
Mengembalikan komentar untuk kolom tempat properti ini dipetakan.
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
Parameter
- property
- IReadOnlyProperty
Properti .
Mengembalikan
Komentar untuk kolom tempat properti ini dipetakan.
Berlaku untuk
GetComment(IProperty, StoreObjectIdentifier)
Mengembalikan komentar untuk kolom tempat properti ini dipetakan.
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
Parameter
- property
- IProperty
Properti .
- storeObject
- StoreObjectIdentifier
Pengidentifikasi objek penyimpanan seperti tabel yang berisi kolom .
Mengembalikan
Komentar untuk kolom tempat properti ini dipetakan.
Berlaku untuk
GetComment(IReadOnlyProperty, StoreObjectIdentifier)
Mengembalikan komentar untuk kolom tempat properti ini dipetakan.
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
Parameter
- property
- IReadOnlyProperty
Properti .
- storeObject
- StoreObjectIdentifier
Pengidentifikasi objek penyimpanan seperti tabel yang berisi kolom .
Mengembalikan
Komentar untuk kolom tempat properti ini dipetakan.
Berlaku untuk
Entity Framework