Bagikan melalui


SqlServerPropertyExtensions.GetHiLoSequenceName Metode

Definisi

Overload

GetHiLoSequenceName(IReadOnlyProperty, StoreObjectIdentifier)

Mengembalikan nama yang akan digunakan untuk urutan hi-lo.

GetHiLoSequenceName(IProperty, StoreObjectIdentifier)

Mengembalikan nama yang akan digunakan untuk urutan hi-lo.

GetHiLoSequenceName(IReadOnlyProperty)

Mengembalikan nama yang akan digunakan untuk urutan hi-lo.

GetHiLoSequenceName(IProperty)

Mengembalikan nama yang akan digunakan untuk urutan hi-lo.

GetHiLoSequenceName(IReadOnlyProperty, StoreObjectIdentifier)

Mengembalikan nama yang akan digunakan untuk urutan hi-lo.

public static string? GetHiLoSequenceName (this Microsoft.EntityFrameworkCore.Metadata.IReadOnlyProperty property, in Microsoft.EntityFrameworkCore.Metadata.StoreObjectIdentifier storeObject);
static member GetHiLoSequenceName : Microsoft.EntityFrameworkCore.Metadata.IReadOnlyProperty * StoreObjectIdentifier -> string
<Extension()>
Public Function GetHiLoSequenceName (property As IReadOnlyProperty, ByRef storeObject As StoreObjectIdentifier) As String

Parameter

property
IReadOnlyProperty

Properti .

storeObject
StoreObjectIdentifier

Pengidentifikasi objek penyimpanan.

Mengembalikan

Nama yang digunakan untuk urutan hi-lo.

Berlaku untuk

GetHiLoSequenceName(IProperty, StoreObjectIdentifier)

Mengembalikan nama yang akan digunakan untuk urutan hi-lo.

public static string GetHiLoSequenceName (this Microsoft.EntityFrameworkCore.Metadata.IProperty property, in Microsoft.EntityFrameworkCore.Metadata.StoreObjectIdentifier storeObject);
static member GetHiLoSequenceName : Microsoft.EntityFrameworkCore.Metadata.IProperty * StoreObjectIdentifier -> string
<Extension()>
Public Function GetHiLoSequenceName (property As IProperty, ByRef storeObject As StoreObjectIdentifier) As String

Parameter

property
IProperty

Properti .

storeObject
StoreObjectIdentifier

Pengidentifikasi objek penyimpanan.

Mengembalikan

Nama yang digunakan untuk urutan hi-lo.

Berlaku untuk

GetHiLoSequenceName(IReadOnlyProperty)

Mengembalikan nama yang akan digunakan untuk urutan hi-lo.

public static string? GetHiLoSequenceName (this Microsoft.EntityFrameworkCore.Metadata.IReadOnlyProperty property);
static member GetHiLoSequenceName : Microsoft.EntityFrameworkCore.Metadata.IReadOnlyProperty -> string
<Extension()>
Public Function GetHiLoSequenceName (property As IReadOnlyProperty) As String

Parameter

property
IReadOnlyProperty

Properti .

Mengembalikan

Nama yang digunakan untuk urutan hi-lo.

Berlaku untuk

GetHiLoSequenceName(IProperty)

Mengembalikan nama yang akan digunakan untuk urutan hi-lo.

public static string GetHiLoSequenceName (this Microsoft.EntityFrameworkCore.Metadata.IProperty property);
static member GetHiLoSequenceName : Microsoft.EntityFrameworkCore.Metadata.IProperty -> string
<Extension()>
Public Function GetHiLoSequenceName (property As IProperty) As String

Parameter

property
IProperty

Properti .

Mengembalikan

Nama yang digunakan untuk urutan hi-lo.

Berlaku untuk