SqlServerPropertyExtensions.GetHiLoSequenceSchema 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
GetHiLoSequenceSchema(IProperty) |
Mengembalikan skema yang akan digunakan untuk urutan hi-lo. |
GetHiLoSequenceSchema(IReadOnlyProperty) |
Mengembalikan skema yang akan digunakan untuk urutan hi-lo. |
GetHiLoSequenceSchema(IProperty, StoreObjectIdentifier) |
Mengembalikan skema yang akan digunakan untuk urutan hi-lo. |
GetHiLoSequenceSchema(IReadOnlyProperty, StoreObjectIdentifier) |
Mengembalikan skema yang akan digunakan untuk urutan hi-lo. |
GetHiLoSequenceSchema(IProperty)
Mengembalikan skema yang akan digunakan untuk urutan hi-lo.
public static string GetHiLoSequenceSchema (this Microsoft.EntityFrameworkCore.Metadata.IProperty property);
static member GetHiLoSequenceSchema : Microsoft.EntityFrameworkCore.Metadata.IProperty -> string
<Extension()>
Public Function GetHiLoSequenceSchema (property As IProperty) As String
Parameter
- property
- IProperty
Properti .
Mengembalikan
Skema yang digunakan untuk urutan hi-lo.
Berlaku untuk
GetHiLoSequenceSchema(IReadOnlyProperty)
Mengembalikan skema yang akan digunakan untuk urutan hi-lo.
public static string? GetHiLoSequenceSchema (this Microsoft.EntityFrameworkCore.Metadata.IReadOnlyProperty property);
static member GetHiLoSequenceSchema : Microsoft.EntityFrameworkCore.Metadata.IReadOnlyProperty -> string
<Extension()>
Public Function GetHiLoSequenceSchema (property As IReadOnlyProperty) As String
Parameter
- property
- IReadOnlyProperty
Properti .
Mengembalikan
Skema yang digunakan untuk urutan hi-lo.
Berlaku untuk
GetHiLoSequenceSchema(IProperty, StoreObjectIdentifier)
Mengembalikan skema yang akan digunakan untuk urutan hi-lo.
public static string GetHiLoSequenceSchema (this Microsoft.EntityFrameworkCore.Metadata.IProperty property, in Microsoft.EntityFrameworkCore.Metadata.StoreObjectIdentifier storeObject);
static member GetHiLoSequenceSchema : Microsoft.EntityFrameworkCore.Metadata.IProperty * StoreObjectIdentifier -> string
<Extension()>
Public Function GetHiLoSequenceSchema (property As IProperty, ByRef storeObject As StoreObjectIdentifier) As String
Parameter
- property
- IProperty
Properti .
- storeObject
- StoreObjectIdentifier
Pengidentifikasi objek penyimpanan.
Mengembalikan
Skema yang digunakan untuk urutan hi-lo.
Berlaku untuk
GetHiLoSequenceSchema(IReadOnlyProperty, StoreObjectIdentifier)
Mengembalikan skema yang akan digunakan untuk urutan hi-lo.
public static string? GetHiLoSequenceSchema (this Microsoft.EntityFrameworkCore.Metadata.IReadOnlyProperty property, in Microsoft.EntityFrameworkCore.Metadata.StoreObjectIdentifier storeObject);
static member GetHiLoSequenceSchema : Microsoft.EntityFrameworkCore.Metadata.IReadOnlyProperty * StoreObjectIdentifier -> string
<Extension()>
Public Function GetHiLoSequenceSchema (property As IReadOnlyProperty, ByRef storeObject As StoreObjectIdentifier) As String
Parameter
- property
- IReadOnlyProperty
Properti .
- storeObject
- StoreObjectIdentifier
Pengidentifikasi objek penyimpanan.
Mengembalikan
Skema yang digunakan untuk urutan hi-lo.
Berlaku untuk
Entity Framework