CoreStrings.ConflictingBackingFields(Object, 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.
Property '{1_entityType}.{0_property}' matches both '{field1}' and '{field2}' by convention. Explicitly specify the backing field to use with 'HasField' in 'OnModelCreating'.
public static string ConflictingBackingFields (object property, object entityType, object field1, object field2);
public static string ConflictingBackingFields (object? property, object? entityType, object? field1, object? field2);
static member ConflictingBackingFields : obj * obj * obj * obj -> string
Public Shared Function ConflictingBackingFields (property As Object, entityType As Object, field1 As Object, field2 As Object) As String
Parameters
- property
- Object
- entityType
- Object
- field1
- Object
- field2
- 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