Condividi tramite


SqlServerPropertyBuilderExtensions.CanSetHiLoSequence Metodo

Definizione

Restituisce un valore che indica se il nome e lo schema specificati possono essere impostati per la sequenza hi-lo.

public static bool CanSetHiLoSequence (this Microsoft.EntityFrameworkCore.Metadata.Builders.IConventionPropertyBuilder propertyBuilder, string name, string schema, bool fromDataAnnotation = false);
public static bool CanSetHiLoSequence (this Microsoft.EntityFrameworkCore.Metadata.Builders.IConventionPropertyBuilder propertyBuilder, string? name, string? schema, bool fromDataAnnotation = false);
static member CanSetHiLoSequence : Microsoft.EntityFrameworkCore.Metadata.Builders.IConventionPropertyBuilder * string * string * bool -> bool
<Extension()>
Public Function CanSetHiLoSequence (propertyBuilder As IConventionPropertyBuilder, name As String, schema As String, Optional fromDataAnnotation As Boolean = false) As Boolean

Parametri

propertyBuilder
IConventionPropertyBuilder

Generatore per la proprietà configurata.

name
String

Nome della sequenza.

schema
String

Schema della sequenza.

fromDataAnnotation
Boolean

Indica se la configurazione è stata specificata usando un'annotazione dati.

Restituisce

true se il nome e lo schema specificati possono essere impostati per la sequenza hi-lo.

Commenti

Vedere Modellazione di tipi di entità e relazionie accesso a SQL Server e Azure SQL database con EF Core per altre informazioni ed esempi.

Si applica a