RelationalPropertyExtensions.GetColumnOrder 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
GetColumnOrder(IReadOnlyProperty) |
Mengembalikan urutan kolom tempat properti ini dipetakan. |
GetColumnOrder(IReadOnlyProperty, StoreObjectIdentifier) |
Mengembalikan urutan kolom yang dipetakan properti ini untuk tabel tertentu. |
GetColumnOrder(IReadOnlyProperty)
Mengembalikan urutan kolom tempat properti ini dipetakan.
public static int? GetColumnOrder (this Microsoft.EntityFrameworkCore.Metadata.IReadOnlyProperty property);
static member GetColumnOrder : Microsoft.EntityFrameworkCore.Metadata.IReadOnlyProperty -> Nullable<int>
<Extension()>
Public Function GetColumnOrder (property As IReadOnlyProperty) As Nullable(Of Integer)
Parameter
- property
- IReadOnlyProperty
Properti .
Mengembalikan
Urutan kolom.
Berlaku untuk
GetColumnOrder(IReadOnlyProperty, StoreObjectIdentifier)
Mengembalikan urutan kolom yang dipetakan properti ini untuk tabel tertentu.
public static int? GetColumnOrder (this Microsoft.EntityFrameworkCore.Metadata.IReadOnlyProperty property, in Microsoft.EntityFrameworkCore.Metadata.StoreObjectIdentifier storeObject);
static member GetColumnOrder : Microsoft.EntityFrameworkCore.Metadata.IReadOnlyProperty * StoreObjectIdentifier -> Nullable<int>
<Extension()>
Public Function GetColumnOrder (property As IReadOnlyProperty, ByRef storeObject As StoreObjectIdentifier) As Nullable(Of Integer)
Parameter
- property
- IReadOnlyProperty
Properti .
- storeObject
- StoreObjectIdentifier
Pengidentifikasi objek penyimpanan seperti tabel yang berisi kolom .
Mengembalikan
Urutan kolom.
Berlaku untuk
Entity Framework