CoreStrings.UnableToSetIsUnique(Object, Object, Object) Method

Definition

Unable to set 'IsUnique' to '{isUnique}' on the relationship associated with the navigation '{2_entityType}.{1_navigationName}' because the navigation has the opposite multiplicity.

C#
public static string UnableToSetIsUnique (object isUnique, object navigationName, object entityType);
C#
public static string UnableToSetIsUnique (object? isUnique, object? navigationName, object? entityType);

Parameters

isUnique
Object
navigationName
Object
entityType
Object

Returns

Applies to

Product Versions
Entity Framework Core 5.0, 6.0, 7.0, 8.0, 9.0