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