次の方法で共有


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

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

戻り値

データベース内のインデックスの名前。

適用対象

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

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

戻り値

データベース内のインデックスの名前。

適用対象