Bagikan melalui


SqlServerPropertyBuilderExtensions.ForSqlServerUseSequenceHiLo Metode

Definisi

Overload

ForSqlServerUseSequenceHiLo(PropertyBuilder, String, String)
Kedaluwarsa.

Mengonfigurasi properti kunci untuk menggunakan pola hi-lo berbasis urutan untuk menghasilkan nilai untuk entitas baru, saat menargetkan SQL Server. Metode ini mengatur properti menjadi OnAdd.

ForSqlServerUseSequenceHiLo<TProperty>(PropertyBuilder<TProperty>, String, String)
Kedaluwarsa.

Mengonfigurasi properti kunci untuk menggunakan pola hi-lo berbasis urutan untuk menghasilkan nilai untuk entitas baru, saat menargetkan SQL Server. Metode ini mengatur properti menjadi OnAdd.

ForSqlServerUseSequenceHiLo(PropertyBuilder, String, String)

Perhatian

Use UseHiLo

Mengonfigurasi properti kunci untuk menggunakan pola hi-lo berbasis urutan untuk menghasilkan nilai untuk entitas baru, saat menargetkan SQL Server. Metode ini mengatur properti menjadi OnAdd.

public static Microsoft.EntityFrameworkCore.Metadata.Builders.PropertyBuilder ForSqlServerUseSequenceHiLo (this Microsoft.EntityFrameworkCore.Metadata.Builders.PropertyBuilder propertyBuilder, string name = default, string schema = default);
[System.Obsolete("Use UseHiLo")]
public static Microsoft.EntityFrameworkCore.Metadata.Builders.PropertyBuilder ForSqlServerUseSequenceHiLo (this Microsoft.EntityFrameworkCore.Metadata.Builders.PropertyBuilder propertyBuilder, string name = default, string schema = default);
static member ForSqlServerUseSequenceHiLo : Microsoft.EntityFrameworkCore.Metadata.Builders.PropertyBuilder * string * string -> Microsoft.EntityFrameworkCore.Metadata.Builders.PropertyBuilder
[<System.Obsolete("Use UseHiLo")>]
static member ForSqlServerUseSequenceHiLo : Microsoft.EntityFrameworkCore.Metadata.Builders.PropertyBuilder * string * string -> Microsoft.EntityFrameworkCore.Metadata.Builders.PropertyBuilder
<Extension()>
Public Function ForSqlServerUseSequenceHiLo (propertyBuilder As PropertyBuilder, Optional name As String = Nothing, Optional schema As String = Nothing) As PropertyBuilder

Parameter

propertyBuilder
PropertyBuilder

Penyusun untuk properti yang sedang dikonfigurasi.

name
String

Nama urutan.

schema
String

Skema urutan.

Mengembalikan

Instans penyusun yang sama sehingga beberapa panggilan dapat dirangkai.

Atribut

Berlaku untuk

ForSqlServerUseSequenceHiLo<TProperty>(PropertyBuilder<TProperty>, String, String)

Perhatian

Use UseHiLo

Mengonfigurasi properti kunci untuk menggunakan pola hi-lo berbasis urutan untuk menghasilkan nilai untuk entitas baru, saat menargetkan SQL Server. Metode ini mengatur properti menjadi OnAdd.

public static Microsoft.EntityFrameworkCore.Metadata.Builders.PropertyBuilder<TProperty> ForSqlServerUseSequenceHiLo<TProperty> (this Microsoft.EntityFrameworkCore.Metadata.Builders.PropertyBuilder<TProperty> propertyBuilder, string name = default, string schema = default);
[System.Obsolete("Use UseHiLo")]
public static Microsoft.EntityFrameworkCore.Metadata.Builders.PropertyBuilder<TProperty> ForSqlServerUseSequenceHiLo<TProperty> (this Microsoft.EntityFrameworkCore.Metadata.Builders.PropertyBuilder<TProperty> propertyBuilder, string name = default, string schema = default);
static member ForSqlServerUseSequenceHiLo : Microsoft.EntityFrameworkCore.Metadata.Builders.PropertyBuilder<'Property> * string * string -> Microsoft.EntityFrameworkCore.Metadata.Builders.PropertyBuilder<'Property>
[<System.Obsolete("Use UseHiLo")>]
static member ForSqlServerUseSequenceHiLo : Microsoft.EntityFrameworkCore.Metadata.Builders.PropertyBuilder<'Property> * string * string -> Microsoft.EntityFrameworkCore.Metadata.Builders.PropertyBuilder<'Property>
<Extension()>
Public Function ForSqlServerUseSequenceHiLo(Of TProperty) (propertyBuilder As PropertyBuilder(Of TProperty), Optional name As String = Nothing, Optional schema As String = Nothing) As PropertyBuilder(Of TProperty)

Jenis parameter

TProperty

Jenis properti yang sedang dikonfigurasi.

Parameter

propertyBuilder
PropertyBuilder<TProperty>

Penyusun untuk properti yang sedang dikonfigurasi.

name
String

Nama urutan.

schema
String

Skema urutan.

Mengembalikan

Instans penyusun yang sama sehingga beberapa panggilan dapat dirangkai.

Atribut

Berlaku untuk