RelationalIndexExtensions.GetName(IIndex) 方法
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
警告
Use GetDatabaseName() instead
傳回資料庫中索引的名稱。
public static string GetName (this Microsoft.EntityFrameworkCore.Metadata.IIndex index);
[System.Obsolete("Use GetDatabaseName() instead")]
public static string GetName (this Microsoft.EntityFrameworkCore.Metadata.IIndex index);
static member GetName : Microsoft.EntityFrameworkCore.Metadata.IIndex -> string
[<System.Obsolete("Use GetDatabaseName() instead")>]
static member GetName : Microsoft.EntityFrameworkCore.Metadata.IIndex -> string
<Extension()>
Public Function GetName (index As IIndex) As String
參數
- index
- IIndex
索引。
傳回
資料庫中的索引名稱。
- 屬性