Condividi tramite


RelationalIndexExtensions.SetDatabaseName Metodo

Definizione

Overload

SetDatabaseName(IMutableIndex, String)

Imposta il nome dell'indice nel database.

SetDatabaseName(IConventionIndex, String, Boolean)

Imposta il nome dell'indice nel database.

SetDatabaseName(IMutableIndex, String)

Imposta il nome dell'indice nel database.

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

Parametri

index
IMutableIndex

Indice.

name
String

Il valore da impostare.

Si applica a

SetDatabaseName(IConventionIndex, String, Boolean)

Imposta il nome dell'indice nel database.

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

Parametri

index
IConventionIndex

Indice.

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