CoreStrings.AmbiguousEndRequiredInverted(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.
The foreign key {foreignKeyProperties} on entity type '{entityType}' cannot be inverted to entity type '{principalEntityType}' since it was configured as required before the dependent side was configured. Configure the foreign key property or the principal key before configuring the foreign key as required. See https://go.microsoft.com/fwlink/?LinkId=724062 for more details.
public static string AmbiguousEndRequiredInverted (object foreignKeyProperties, object entityType, object principalEntityType);
public static string AmbiguousEndRequiredInverted (object? foreignKeyProperties, object? entityType, object? principalEntityType);
static member AmbiguousEndRequiredInverted : obj * obj * obj -> string
Public Shared Function AmbiguousEndRequiredInverted (foreignKeyProperties As Object, entityType As Object, principalEntityType As Object) As String
Parameters
- foreignKeyProperties
- Object
- entityType
- Object
- principalEntityType
- Object
Returns
Applies to
Entity Framework