RelationalIndexExtensions.SetDatabaseName Metodo
Definizione
Importante
Alcune informazioni sono relative alla release non definitiva del prodotto, che potrebbe subire modifiche significative prima della release definitiva. Microsoft non riconosce alcuna garanzia, espressa o implicita, in merito alle informazioni qui fornite.
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.