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

返回

适用于