CoreStrings.UnableToSetIsUnique(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 'IsUnique' to '{isUnique}' on the relationship associated with the navigation '{2_entityType}.{1_navigationName}' because the navigation has the opposite multiplicity.
public static string UnableToSetIsUnique(object? isUnique, object? navigationName, object? entityType);
public static string UnableToSetIsUnique(object isUnique, object navigationName, object entityType);
static member UnableToSetIsUnique : obj * obj * obj -> string
Public Shared Function UnableToSetIsUnique (isUnique As Object, navigationName As Object, entityType As Object) As String
Parameters
- isUnique
- Object
- navigationName
- Object
- entityType
- Object