CoreStrings.ShadowManyToManyNavigation(Object, Object, Object, Object) 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.
Unable to set up a many-to-many relationship between '{leftEntityType}.{leftNavigation}' and '{rightEntityType}.{rightNavigation}' because one or both of the navigations don't have a corresponding CLR property. Consider adding a corresponding private property to the entity CLR type.
public static string ShadowManyToManyNavigation (object? leftEntityType, object? leftNavigation, object? rightEntityType, object? rightNavigation);
static member ShadowManyToManyNavigation : obj * obj * obj * obj -> string
Public Shared Function ShadowManyToManyNavigation (leftEntityType As Object, leftNavigation As Object, rightEntityType As Object, rightNavigation As Object) As String
Parameters
- leftEntityType
- Object
- leftNavigation
- Object
- rightEntityType
- Object
- rightNavigation
- Object
Returns
Applies to
Collaborate with us on GitHub
The source for this content can be found on GitHub, where you can also create and review issues and pull requests. For more information, see our contributor guide.
Entity Framework