RelationalKeyExtensions.GetName メソッド

定義

オーバーロード

GetName(IKey)

このキーのキー制約名を返します。

GetName(IReadOnlyKey)

このキーのキー制約名を返します。

GetName(IKey, StoreObjectIdentifier)

特定のテーブルのこのキーのキー制約名を返します。

GetName(IReadOnlyKey, StoreObjectIdentifier)

特定のテーブルのこのキーのキー制約名を返します。

GetName(IKey)

このキーのキー制約名を返します。

public static string GetName (this Microsoft.EntityFrameworkCore.Metadata.IKey key);
static member GetName : Microsoft.EntityFrameworkCore.Metadata.IKey -> string
<Extension()>
Public Function GetName (key As IKey) As String

パラメーター

key
IKey

キー。

戻り値

このキーのキー制約名。

適用対象

GetName(IReadOnlyKey)

このキーのキー制約名を返します。

public static string? GetName (this Microsoft.EntityFrameworkCore.Metadata.IReadOnlyKey key);
static member GetName : Microsoft.EntityFrameworkCore.Metadata.IReadOnlyKey -> string
<Extension()>
Public Function GetName (key As IReadOnlyKey) As String

パラメーター

key
IReadOnlyKey

キー。

戻り値

このキーのキー制約名。

適用対象

GetName(IKey, StoreObjectIdentifier)

特定のテーブルのこのキーのキー制約名を返します。

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

パラメーター

key
IKey

キー。

storeObject
StoreObjectIdentifier

格納しているストア オブジェクトの識別子。

戻り値

このキーのキー制約名。

適用対象

GetName(IReadOnlyKey, StoreObjectIdentifier)

特定のテーブルのこのキーのキー制約名を返します。

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

パラメーター

key
IReadOnlyKey

キー。

storeObject
StoreObjectIdentifier

格納しているストア オブジェクトの識別子。

戻り値

このキーのキー制約名。

適用対象