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
Samarbeta med oss på GitHub
Källan för det här innehållet finns på GitHub, där du även kan skapa och granska ärenden och pull-begäranden. Se vår deltagarguide för mer information.
Entity Framework