次の方法で共有


CoreStrings.MultipleNavigationsSameFk メソッド

定義

オーバーロード

MultipleNavigationsSameFk(Object, Object)

[ForeignKey] 属性 '{propertyList}' を使用して、同じプロパティ セットを指すエンティティ型 '{entityType}' には複数のナビゲーションがあります

MultipleNavigationsSameFk(Object, Object, Object)

[ForeignKey] 属性 {navigations} を使用して、同じプロパティセット '{properties}' を指すエンティティ型 '{entityType}' には複数のナビゲーションがあります。

MultipleNavigationsSameFk(Object, Object)

[ForeignKey] 属性 '{propertyList}' を使用して、同じプロパティ セットを指すエンティティ型 '{entityType}' には複数のナビゲーションがあります

public static string MultipleNavigationsSameFk (object entityType, object propertyList);
static member MultipleNavigationsSameFk : obj * obj -> string
Public Shared Function MultipleNavigationsSameFk (entityType As Object, propertyList As Object) As String

パラメーター

entityType
Object
propertyList
Object

戻り値

適用対象

MultipleNavigationsSameFk(Object, Object, Object)

[ForeignKey] 属性 {navigations} を使用して、同じプロパティセット '{properties}' を指すエンティティ型 '{entityType}' には複数のナビゲーションがあります。

public static string MultipleNavigationsSameFk (object? entityType, object? properties, object? navigations);
static member MultipleNavigationsSameFk : obj * obj * obj -> string
Public Shared Function MultipleNavigationsSameFk (entityType As Object, properties As Object, navigations As Object) As String

パラメーター

entityType
Object
properties
Object
navigations
Object

戻り値

適用対象