RelationalStrings.ConflictingOriginalRowValuesSensitive 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.
Instances of types '{firstEntityType}' and '{secondEntityType}' are mapped to the same row with the key value '{keyValue}', but have different original property values {firstConflictingValues} and {secondConflictingValues} for the column '{column}'.
public static string ConflictingOriginalRowValuesSensitive (object firstEntityType, object secondEntityType, object keyValue, object firstConflictingValues, object secondConflictingValues, object columns);
public static string ConflictingOriginalRowValuesSensitive (object firstEntityType, object secondEntityType, object keyValue, object firstConflictingValues, object secondConflictingValues, object column);
public static string ConflictingOriginalRowValuesSensitive (object? firstEntityType, object? secondEntityType, object? keyValue, object? firstConflictingValues, object? secondConflictingValues, object? column);
static member ConflictingOriginalRowValuesSensitive : obj * obj * obj * obj * obj * obj -> string
static member ConflictingOriginalRowValuesSensitive : obj * obj * obj * obj * obj * obj -> string
Public Shared Function ConflictingOriginalRowValuesSensitive (firstEntityType As Object, secondEntityType As Object, keyValue As Object, firstConflictingValues As Object, secondConflictingValues As Object, columns As Object) As String
Public Shared Function ConflictingOriginalRowValuesSensitive (firstEntityType As Object, secondEntityType As Object, keyValue As Object, firstConflictingValues As Object, secondConflictingValues As Object, column As Object) As String
Parameters
- firstEntityType
- Object
- secondEntityType
- Object
- keyValue
- Object
- firstConflictingValues
- Object
- secondConflictingValues
- Object
- columnscolumn
- 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