Bagikan melalui


SqlServerPropertyExtensions.GetHiLoSequenceSchema Metode

Definisi

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