次の方法で共有


RelationalKeyExtensions.GetDefaultName メソッド

定義

オーバーロード

GetDefaultName(IKey)

このキーに使用される既定のキー制約名を返します。

GetDefaultName(IReadOnlyKey)

このキーに使用される既定のキー制約名を返します。

GetDefaultName(IKey, StoreObjectIdentifier)

特定のテーブルに対してこのキーに使用される既定のキー制約名を返します。

GetDefaultName(IReadOnlyKey, StoreObjectIdentifier)

特定のテーブルに対してこのキーに使用される既定のキー制約名を返します。

GetDefaultName(IKey)

このキーに使用される既定のキー制約名を返します。

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

パラメーター

key
IKey

キー。

戻り値

このキーに使用される既定のキー制約名。

適用対象

GetDefaultName(IReadOnlyKey)

このキーに使用される既定のキー制約名を返します。

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

パラメーター

key
IReadOnlyKey

キー。

戻り値

このキーに使用される既定のキー制約名。

適用対象

GetDefaultName(IKey, StoreObjectIdentifier)

特定のテーブルに対してこのキーに使用される既定のキー制約名を返します。

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

パラメーター

key
IKey

キー。

storeObject
StoreObjectIdentifier

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

戻り値

このキーに使用される既定のキー制約名。

適用対象

GetDefaultName(IReadOnlyKey, StoreObjectIdentifier)

特定のテーブルに対してこのキーに使用される既定のキー制約名を返します。

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

パラメーター

key
IReadOnlyKey

キー。

storeObject
StoreObjectIdentifier

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

戻り値

このキーに使用される既定のキー制約名。

適用対象