RelationalIndexExtensions.GetDatabaseName 方法
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
多載
GetDatabaseName(IIndex) |
傳回資料庫中索引的名稱。 |
GetDatabaseName(IReadOnlyIndex) |
傳回資料庫中索引的名稱。 |
GetDatabaseName(IIndex, StoreObjectIdentifier) |
傳回資料庫中索引的名稱。 |
GetDatabaseName(IReadOnlyIndex, StoreObjectIdentifier) |
傳回資料庫中索引的名稱。 |
GetDatabaseName(IIndex)
傳回資料庫中索引的名稱。
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)
傳回資料庫中索引的名稱。
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)
傳回資料庫中索引的名稱。
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)
傳回資料庫中索引的名稱。
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 物件的識別碼。
傳回
資料庫中的索引名稱。