SqlServerModelExtensions.SetSequenceNameSuffix Metodo

Definizione

Overload

SetSequenceNameSuffix(IMutableModel, String)

Imposta il suffisso da aggiungere al nome delle sequenze create automaticamente.

SetSequenceNameSuffix(IConventionModel, String, Boolean)

Imposta il suffisso da aggiungere al nome delle sequenze create automaticamente.

SetSequenceNameSuffix(IMutableModel, String)

Imposta il suffisso da aggiungere al nome delle sequenze create automaticamente.

public static void SetSequenceNameSuffix (this Microsoft.EntityFrameworkCore.Metadata.IMutableModel model, string? name);
static member SetSequenceNameSuffix : Microsoft.EntityFrameworkCore.Metadata.IMutableModel * string -> unit
<Extension()>
Public Sub SetSequenceNameSuffix (model As IMutableModel, name As String)

Parametri

model
IMutableModel

Modello.

name
String

Il valore da impostare.

Si applica a

SetSequenceNameSuffix(IConventionModel, String, Boolean)

Imposta il suffisso da aggiungere al nome delle sequenze create automaticamente.

public static string? SetSequenceNameSuffix (this Microsoft.EntityFrameworkCore.Metadata.IConventionModel model, string? name, bool fromDataAnnotation = false);
static member SetSequenceNameSuffix : Microsoft.EntityFrameworkCore.Metadata.IConventionModel * string * bool -> string
<Extension()>
Public Function SetSequenceNameSuffix (model As IConventionModel, name As String, Optional fromDataAnnotation As Boolean = false) As String

Parametri

model
IConventionModel

Modello.

name
String

Il valore da impostare.

fromDataAnnotation
Boolean

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

Restituisce

Il valore configurato.

Si applica a