Udostępnij za pośrednictwem


RelationalIndexExtensions.SetDatabaseName Metoda

Definicja

Przeciążenia

SetDatabaseName(IMutableIndex, String)

Ustawia nazwę indeksu w bazie danych.

SetDatabaseName(IConventionIndex, String, Boolean)

Ustawia nazwę indeksu w bazie danych.

SetDatabaseName(IMutableIndex, String)

Ustawia nazwę indeksu w bazie danych.

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)

Parametry

index
IMutableIndex

Indeks.

name
String

Wartość do ustawienia.

Dotyczy

SetDatabaseName(IConventionIndex, String, Boolean)

Ustawia nazwę indeksu w bazie danych.

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

Parametry

index
IConventionIndex

Indeks.

name
String

Wartość do ustawienia.

fromDataAnnotation
Boolean

Wskazuje, czy konfiguracja została określona przy użyciu adnotacji danych.

Zwraca

Skonfigurowana wartość.

Dotyczy