RelationalStrings.ConflictingOriginalRowValues Metode
Definisi
Penting
Beberapa informasi terkait produk prarilis yang dapat diubah secara signifikan sebelum dirilis. Microsoft tidak memberikan jaminan, tersirat maupun tersurat, sehubungan dengan informasi yang diberikan di sini.
Contoh tipe '{firstEntityType}' dan '{secondEntityType}' dipetakan ke baris yang sama, tetapi memiliki nilai properti asli yang berbeda untuk properti {firstProperty} dan {secondProperty} yang dipetakan ke '{column}'. Pertimbangkan untuk menggunakan 'DbContextOptionsBuilder.EnableSensitiveDataLogging' untuk melihat nilai yang berkonflik.
public static string ConflictingOriginalRowValues(object firstEntityType, object secondEntityType, object firstProperties, object secondProperties, object columns);
public static string ConflictingOriginalRowValues(object firstEntityType, object secondEntityType, object firstProperty, object secondProperty, object column);
public static string ConflictingOriginalRowValues(object? firstEntityType, object? secondEntityType, object? firstProperty, object? secondProperty, object? column);
static member ConflictingOriginalRowValues : obj * obj * obj * obj * obj -> string
static member ConflictingOriginalRowValues : obj * obj * obj * obj * obj -> string
Public Shared Function ConflictingOriginalRowValues (firstEntityType As Object, secondEntityType As Object, firstProperties As Object, secondProperties As Object, columns As Object) As String
Public Shared Function ConflictingOriginalRowValues (firstEntityType As Object, secondEntityType As Object, firstProperty As Object, secondProperty As Object, column As Object) As String
Parameter
- firstEntityType
- Object
- secondEntityType
- Object
- firstPropertiesfirstProperty
- Object
- secondPropertiessecondProperty
- Object
- columnscolumn
- Object