Sdílet prostřednictvím


RelationalIndexExtensions.GetDefaultName(IIndex) Metoda

Definice

Upozornění

Use GetDefaultDatabaseName() instead

Vrátí výchozí název, který by se použil pro tento index.

public static string GetDefaultName (this Microsoft.EntityFrameworkCore.Metadata.IIndex index);
[System.Obsolete("Use GetDefaultDatabaseName() instead")]
public static string GetDefaultName (this Microsoft.EntityFrameworkCore.Metadata.IIndex index);
static member GetDefaultName : Microsoft.EntityFrameworkCore.Metadata.IIndex -> string
[<System.Obsolete("Use GetDefaultDatabaseName() instead")>]
static member GetDefaultName : Microsoft.EntityFrameworkCore.Metadata.IIndex -> string
<Extension()>
Public Function GetDefaultName (index As IIndex) As String

Parametry

index
IIndex

Index.

Návraty

Výchozí název, který by se použil pro tento index.

Atributy

Platí pro