共用方式為


RelationalIndexExtensions.GetDatabaseName 方法

定義

多載

GetDatabaseName(IIndex)

傳回資料庫中索引的名稱。

GetDatabaseName(IReadOnlyIndex)

傳回資料庫中索引的名稱。

GetDatabaseName(IIndex, StoreObjectIdentifier)

傳回資料庫中索引的名稱。

GetDatabaseName(IReadOnlyIndex, StoreObjectIdentifier)

傳回資料庫中索引的名稱。

GetDatabaseName(IIndex)

來源:
RelationalIndexExtensions.cs

傳回資料庫中索引的名稱。

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

參數

index
IIndex

索引。

傳回

資料庫中的索引名稱。

適用於

GetDatabaseName(IReadOnlyIndex)

來源:
RelationalIndexExtensions.cs
來源:
RelationalIndexExtensions.cs
來源:
RelationalIndexExtensions.cs
來源:
RelationalIndexExtensions.cs

傳回資料庫中索引的名稱。

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

參數

index
IReadOnlyIndex

索引。

傳回

資料庫中的索引名稱。

適用於

GetDatabaseName(IIndex, StoreObjectIdentifier)

來源:
RelationalIndexExtensions.cs

傳回資料庫中索引的名稱。

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

參數

index
IIndex

索引。

storeObject
StoreObjectIdentifier

Store 物件的識別碼。

傳回

資料庫中的索引名稱。

適用於

GetDatabaseName(IReadOnlyIndex, StoreObjectIdentifier)

來源:
RelationalIndexExtensions.cs
來源:
RelationalIndexExtensions.cs
來源:
RelationalIndexExtensions.cs
來源:
RelationalIndexExtensions.cs

傳回資料庫中索引的名稱。

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

參數

index
IReadOnlyIndex

索引。

storeObject
StoreObjectIdentifier

Store 物件的識別碼。

傳回

資料庫中的索引名稱。

適用於