CoreStrings.DuplicateAnnotation 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.
Overloads
DuplicateAnnotation(Object) |
The annotation '{annotation}' cannot be added because an annotation with the same name already exists. |
DuplicateAnnotation(Object, Object) |
The annotation '{annotation}' cannot be added because an annotation with the same name already exists on the object {annotatable} |
DuplicateAnnotation(Object)
- Source:
- CoreStrings.Designer.cs
- Source:
- CoreStrings.Designer.cs
The annotation '{annotation}' cannot be added because an annotation with the same name already exists.
public static string DuplicateAnnotation (object annotation);
static member DuplicateAnnotation : obj -> string
Public Shared Function DuplicateAnnotation (annotation As Object) As String
Parameters
- annotation
- Object
Returns
Applies to
DuplicateAnnotation(Object, Object)
- Source:
- CoreStrings.Designer.cs
- Source:
- CoreStrings.Designer.cs
- Source:
- CoreStrings.Designer.cs
- Source:
- CoreStrings.Designer.cs
- Source:
- CoreStrings.Designer.cs
The annotation '{annotation}' cannot be added because an annotation with the same name already exists on the object {annotatable}
public static string DuplicateAnnotation (object annotation, object annotatable);
public static string DuplicateAnnotation (object? annotation, object? annotatable);
static member DuplicateAnnotation : obj * obj -> string
Public Shared Function DuplicateAnnotation (annotation As Object, annotatable As Object) As String
Parameters
- annotation
- Object
- annotatable
- Object
Returns
Applies to
Entity Framework