CoreStrings.MultipleNavigationsSameFk Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Overloads
MultipleNavigationsSameFk(Object, Object) |
There are multiple navigations in entity type '{entityType}' which are pointing to same set of properties using a [ForeignKey] attribute: '{propertyList}' |
MultipleNavigationsSameFk(Object, Object, Object) |
There are multiple navigations in entity type '{entityType}' which are pointing to same set of properties '{properties}' using a [ForeignKey] attribute: {navigations}. |
MultipleNavigationsSameFk(Object, Object)
There are multiple navigations in entity type '{entityType}' which are pointing to same set of properties using a [ForeignKey] attribute: '{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
Parameters
- entityType
- Object
- propertyList
- Object
Returns
Applies to
MultipleNavigationsSameFk(Object, Object, Object)
There are multiple navigations in entity type '{entityType}' which are pointing to same set of properties '{properties}' using a [ForeignKey] attribute: {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
Parameters
- entityType
- Object
- properties
- Object
- navigations
- Object
Returns
Applies to
Entity Framework