RelationalPropertyExtensions.GetColumnName 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
GetColumnName(IProperty) |
Kedaluwarsa.
Mengembalikan nama kolom tabel tempat properti dipetakan. |
GetColumnName(IReadOnlyProperty) |
Mengembalikan nama kolom tempat properti akan dipetakan. |
GetColumnName(IProperty, StoreObjectIdentifier) |
Mengembalikan nama kolom tempat properti dipetakan untuk tabel tertentu. |
GetColumnName(IReadOnlyProperty, StoreObjectIdentifier) |
Mengembalikan nama kolom tempat properti dipetakan untuk tabel tertentu. |
GetColumnName(IProperty)
Perhatian
Use the overload that takes a StoreObjectIdentifier
Mengembalikan nama kolom tabel tempat properti dipetakan.
public static string GetColumnName (this Microsoft.EntityFrameworkCore.Metadata.IProperty property);
[System.Obsolete("Use the overload that takes a StoreObjectIdentifier")]
public static string GetColumnName (this Microsoft.EntityFrameworkCore.Metadata.IProperty property);
static member GetColumnName : Microsoft.EntityFrameworkCore.Metadata.IProperty -> string
[<System.Obsolete("Use the overload that takes a StoreObjectIdentifier")>]
static member GetColumnName : Microsoft.EntityFrameworkCore.Metadata.IProperty -> string
<Extension()>
Public Function GetColumnName (property As IProperty) As String
Parameter
- property
- IProperty
Properti .
Mengembalikan
Nama kolom tabel tempat properti dipetakan.
- Atribut
Berlaku untuk
GetColumnName(IReadOnlyProperty)
Mengembalikan nama kolom tempat properti akan dipetakan.
public static string GetColumnName (this Microsoft.EntityFrameworkCore.Metadata.IReadOnlyProperty property);
static member GetColumnName : Microsoft.EntityFrameworkCore.Metadata.IReadOnlyProperty -> string
<Extension()>
Public Function GetColumnName (property As IReadOnlyProperty) As String
Parameter
- property
- IReadOnlyProperty
Properti .
Mengembalikan
Nama dasar kolom tempat properti akan dipetakan.
Berlaku untuk
GetColumnName(IProperty, StoreObjectIdentifier)
Mengembalikan nama kolom tempat properti dipetakan untuk tabel tertentu.
public static string GetColumnName (this Microsoft.EntityFrameworkCore.Metadata.IProperty property, in Microsoft.EntityFrameworkCore.Metadata.StoreObjectIdentifier storeObject);
static member GetColumnName : Microsoft.EntityFrameworkCore.Metadata.IProperty * StoreObjectIdentifier -> string
<Extension()>
Public Function GetColumnName (property As IProperty, ByRef storeObject As StoreObjectIdentifier) As String
Parameter
- property
- IProperty
Properti .
- storeObject
- StoreObjectIdentifier
Pengidentifikasi objek penyimpanan seperti tabel yang berisi kolom .
Mengembalikan
Nama kolom tempat properti dipetakan.
Berlaku untuk
GetColumnName(IReadOnlyProperty, StoreObjectIdentifier)
Mengembalikan nama kolom tempat properti dipetakan untuk tabel tertentu.
public static string? GetColumnName (this Microsoft.EntityFrameworkCore.Metadata.IReadOnlyProperty property, in Microsoft.EntityFrameworkCore.Metadata.StoreObjectIdentifier storeObject);
static member GetColumnName : Microsoft.EntityFrameworkCore.Metadata.IReadOnlyProperty * StoreObjectIdentifier -> string
<Extension()>
Public Function GetColumnName (property As IReadOnlyProperty, ByRef storeObject As StoreObjectIdentifier) As String
Parameter
- property
- IReadOnlyProperty
Properti .
- storeObject
- StoreObjectIdentifier
Pengidentifikasi objek penyimpanan seperti tabel yang berisi kolom .
Mengembalikan
Nama kolom tempat properti dipetakan.
Berlaku untuk
Entity Framework