共用方式為


CoreStrings.MultipleNavigationsSameFk 方法

定義

多載

MultipleNavigationsSameFk(Object, Object)

實體類型 '{entityType}' 中有多個導覽,其使用 [ForeignKey] 屬性指向相同的屬性集:'{propertyList}'

MultipleNavigationsSameFk(Object, Object, Object)

實體類型 '{entityType}' 中有多個導覽,其使用 [ForeignKey] 屬性指向相同的屬性 '{properties}' 集合: {navigations}。

MultipleNavigationsSameFk(Object, Object)

實體類型 '{entityType}' 中有多個導覽,其使用 [ForeignKey] 屬性指向相同的屬性集:'{propertyList}'

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)

實體類型 '{entityType}' 中有多個導覽,其使用 [ForeignKey] 屬性指向相同的屬性 '{properties}' 集合: {navigations}。

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

傳回

適用於