CoreStrings.ConflictingFieldProperty 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 member '{type}.{property}' cannot use field '{field}' because it is already used by '{conflictingType}.{conflictingProperty}'.
public static string ConflictingFieldProperty (object? type, object? property, object? field, object? conflictingType, object? conflictingProperty);
static member ConflictingFieldProperty : obj * obj * obj * obj * obj -> string
Public Shared Function ConflictingFieldProperty (type As Object, property As Object, field As Object, conflictingType As Object, conflictingProperty As Object) As String
Parameters
- type
- Object
- property
- Object
- field
- Object
- conflictingType
- Object
- conflictingProperty
- 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