次の方法で共有


RelationalIndexExtensions.GetDefaultDatabaseName メソッド

定義

オーバーロード

GetDefaultDatabaseName(IIndex)

このインデックスに使用される既定の名前を返します。

GetDefaultDatabaseName(IReadOnlyIndex)

このインデックスに使用される既定の名前を返します。

GetDefaultDatabaseName(IIndex, StoreObjectIdentifier)

このインデックスに使用される既定の名前を返します。

GetDefaultDatabaseName(IReadOnlyIndex, StoreObjectIdentifier)

このインデックスに使用される既定の名前を返します。

GetDefaultDatabaseName(IIndex)

ソース:
RelationalIndexExtensions.cs

このインデックスに使用される既定の名前を返します。

public static string GetDefaultDatabaseName (this Microsoft.EntityFrameworkCore.Metadata.IIndex index);
static member GetDefaultDatabaseName : Microsoft.EntityFrameworkCore.Metadata.IIndex -> string
<Extension()>
Public Function GetDefaultDatabaseName (index As IIndex) As String

パラメーター

index
IIndex

インデックス。

戻り値

このインデックスに使用される既定の名前。

適用対象

GetDefaultDatabaseName(IReadOnlyIndex)

ソース:
RelationalIndexExtensions.cs
ソース:
RelationalIndexExtensions.cs
ソース:
RelationalIndexExtensions.cs
ソース:
RelationalIndexExtensions.cs

このインデックスに使用される既定の名前を返します。

public static string GetDefaultDatabaseName (this Microsoft.EntityFrameworkCore.Metadata.IReadOnlyIndex index);
public static string? GetDefaultDatabaseName (this Microsoft.EntityFrameworkCore.Metadata.IReadOnlyIndex index);
static member GetDefaultDatabaseName : Microsoft.EntityFrameworkCore.Metadata.IReadOnlyIndex -> string
<Extension()>
Public Function GetDefaultDatabaseName (index As IReadOnlyIndex) As String

パラメーター

index
IReadOnlyIndex

インデックス。

戻り値

このインデックスに使用される既定の名前。

適用対象

GetDefaultDatabaseName(IIndex, StoreObjectIdentifier)

ソース:
RelationalIndexExtensions.cs

このインデックスに使用される既定の名前を返します。

public static string GetDefaultDatabaseName (this Microsoft.EntityFrameworkCore.Metadata.IIndex index, in Microsoft.EntityFrameworkCore.Metadata.StoreObjectIdentifier storeObject);
static member GetDefaultDatabaseName : Microsoft.EntityFrameworkCore.Metadata.IIndex * StoreObjectIdentifier -> string
<Extension()>
Public Function GetDefaultDatabaseName (index As IIndex, ByRef storeObject As StoreObjectIdentifier) As String

パラメーター

index
IIndex

インデックス。

storeObject
StoreObjectIdentifier

ストア オブジェクトの識別子。

戻り値

このインデックスに使用される既定の名前。

適用対象

GetDefaultDatabaseName(IReadOnlyIndex, StoreObjectIdentifier)

ソース:
RelationalIndexExtensions.cs
ソース:
RelationalIndexExtensions.cs
ソース:
RelationalIndexExtensions.cs
ソース:
RelationalIndexExtensions.cs

このインデックスに使用される既定の名前を返します。

public static string? GetDefaultDatabaseName (this Microsoft.EntityFrameworkCore.Metadata.IReadOnlyIndex index, in Microsoft.EntityFrameworkCore.Metadata.StoreObjectIdentifier storeObject);
static member GetDefaultDatabaseName : Microsoft.EntityFrameworkCore.Metadata.IReadOnlyIndex * StoreObjectIdentifier -> string
<Extension()>
Public Function GetDefaultDatabaseName (index As IReadOnlyIndex, ByRef storeObject As StoreObjectIdentifier) As String

パラメーター

index
IReadOnlyIndex

インデックス。

storeObject
StoreObjectIdentifier

ストア オブジェクトの識別子。

戻り値

このインデックスに使用される既定の名前。

適用対象