CoreStrings.AmbiguousEndRequiredDependentNavigation 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.
The navigation '{entityType}.{navigation}' cannot be configured as required since the dependent side of the underlying foreign key {foreignKeyProperties} cannot be determined. To identify the dependent side of the relationship, configure the foreign key property in 'OnModelCreating'. See https://go.microsoft.com/fwlink/?LinkId=724062 for more details.
public static string AmbiguousEndRequiredDependentNavigation (object entityType, object navigation, object foreignKeyProperties);
public static string AmbiguousEndRequiredDependentNavigation (object? entityType, object? navigation, object? foreignKeyProperties);
static member AmbiguousEndRequiredDependentNavigation : obj * obj * obj -> string
Public Shared Function AmbiguousEndRequiredDependentNavigation (entityType As Object, navigation As Object, foreignKeyProperties As Object) As String
Parameters
- entityType
- Object
- navigation
- Object
- foreignKeyProperties
- 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