Condividi tramite


RelationalIndexExtensions.GetDatabaseName Metodo

Definizione

Overload

GetDatabaseName(IIndex)

Restituisce il nome dell'indice nel database.

GetDatabaseName(IReadOnlyIndex)

Restituisce il nome dell'indice nel database.

GetDatabaseName(IIndex, StoreObjectIdentifier)

Restituisce il nome dell'indice nel database.

GetDatabaseName(IReadOnlyIndex, StoreObjectIdentifier)

Restituisce il nome dell'indice nel database.

GetDatabaseName(IIndex)

Restituisce il nome dell'indice nel database.

public static string GetDatabaseName (this Microsoft.EntityFrameworkCore.Metadata.IIndex index);
static member GetDatabaseName : Microsoft.EntityFrameworkCore.Metadata.IIndex -> string
<Extension()>
Public Function GetDatabaseName (index As IIndex) As String

Parametri

index
IIndex

Indice.

Restituisce

Nome dell'indice nel database.

Si applica a

GetDatabaseName(IReadOnlyIndex)

Restituisce il nome dell'indice nel database.

public static string GetDatabaseName (this Microsoft.EntityFrameworkCore.Metadata.IReadOnlyIndex index);
public static string? GetDatabaseName (this Microsoft.EntityFrameworkCore.Metadata.IReadOnlyIndex index);
static member GetDatabaseName : Microsoft.EntityFrameworkCore.Metadata.IReadOnlyIndex -> string
<Extension()>
Public Function GetDatabaseName (index As IReadOnlyIndex) As String

Parametri

index
IReadOnlyIndex

Indice.

Restituisce

Nome dell'indice nel database.

Si applica a

GetDatabaseName(IIndex, StoreObjectIdentifier)

Restituisce il nome dell'indice nel database.

public static string GetDatabaseName (this Microsoft.EntityFrameworkCore.Metadata.IIndex index, in Microsoft.EntityFrameworkCore.Metadata.StoreObjectIdentifier storeObject);
static member GetDatabaseName : Microsoft.EntityFrameworkCore.Metadata.IIndex * StoreObjectIdentifier -> string
<Extension()>
Public Function GetDatabaseName (index As IIndex, ByRef storeObject As StoreObjectIdentifier) As String

Parametri

index
IIndex

Indice.

storeObject
StoreObjectIdentifier

Identificatore dell'oggetto store.

Restituisce

Nome dell'indice nel database.

Si applica a

GetDatabaseName(IReadOnlyIndex, StoreObjectIdentifier)

Restituisce il nome dell'indice nel database.

public static string? GetDatabaseName (this Microsoft.EntityFrameworkCore.Metadata.IReadOnlyIndex index, in Microsoft.EntityFrameworkCore.Metadata.StoreObjectIdentifier storeObject);
static member GetDatabaseName : Microsoft.EntityFrameworkCore.Metadata.IReadOnlyIndex * StoreObjectIdentifier -> string
<Extension()>
Public Function GetDatabaseName (index As IReadOnlyIndex, ByRef storeObject As StoreObjectIdentifier) As String

Parametri

index
IReadOnlyIndex

Indice.

storeObject
StoreObjectIdentifier

Identificatore dell'oggetto store.

Restituisce

Nome dell'indice nel database.

Si applica a