Share via


CoreStrings.ManyToManyOneNav(Object, Object) Method

Definition

The navigation '{entityType}.{navigation}' cannot be used for both sides of a many-to-many relationship. Many-to-many relationships must use two distinct navigation properties.

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

Parameters

entityType
Object
navigation
Object

Returns

Applies to