RelationalIndexExtensions.GetDatabaseName Metoda
Definicja
Ważne
Niektóre informacje odnoszą się do produktu w wersji wstępnej, który może zostać znacząco zmodyfikowany przed wydaniem. Firma Microsoft nie udziela żadnych gwarancji, jawnych lub domniemanych, w odniesieniu do informacji podanych w tym miejscu.
Przeciążenia
GetDatabaseName(IIndex) |
Zwraca nazwę indeksu w bazie danych. |
GetDatabaseName(IReadOnlyIndex) |
Zwraca nazwę indeksu w bazie danych. |
GetDatabaseName(IIndex, StoreObjectIdentifier) |
Zwraca nazwę indeksu w bazie danych. |
GetDatabaseName(IReadOnlyIndex, StoreObjectIdentifier) |
Zwraca nazwę indeksu w bazie danych. |
GetDatabaseName(IIndex)
- Źródło:
- RelationalIndexExtensions.cs
Zwraca nazwę indeksu w bazie danych.
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
Parametry
- index
- IIndex
Indeks.
Zwraca
Nazwa indeksu w bazie danych.
Dotyczy
GetDatabaseName(IReadOnlyIndex)
- Źródło:
- RelationalIndexExtensions.cs
- Źródło:
- RelationalIndexExtensions.cs
- Źródło:
- RelationalIndexExtensions.cs
- Źródło:
- RelationalIndexExtensions.cs
Zwraca nazwę indeksu w bazie danych.
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
Parametry
- index
- IReadOnlyIndex
Indeks.
Zwraca
Nazwa indeksu w bazie danych.
Dotyczy
GetDatabaseName(IIndex, StoreObjectIdentifier)
- Źródło:
- RelationalIndexExtensions.cs
Zwraca nazwę indeksu w bazie danych.
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
Parametry
- index
- IIndex
Indeks.
- storeObject
- StoreObjectIdentifier
Identyfikator obiektu magazynu.
Zwraca
Nazwa indeksu w bazie danych.
Dotyczy
GetDatabaseName(IReadOnlyIndex, StoreObjectIdentifier)
- Źródło:
- RelationalIndexExtensions.cs
- Źródło:
- RelationalIndexExtensions.cs
- Źródło:
- RelationalIndexExtensions.cs
- Źródło:
- RelationalIndexExtensions.cs
Zwraca nazwę indeksu w bazie danych.
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
Parametry
- index
- IReadOnlyIndex
Indeks.
- storeObject
- StoreObjectIdentifier
Identyfikator obiektu magazynu.
Zwraca
Nazwa indeksu w bazie danych.