RelationalStrings.ConflictingRowValuesSensitive 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 dengan nilai kunci '{keyValue}', tetapi memiliki nilai properti yang berbeda '{firstConflictingValue}' dan '{secondConflictingValue}' untuk kolom '{column}'.
public static string ConflictingRowValuesSensitive(object firstEntityType, object secondEntityType, object keyValue, object firstConflictingValues, object secondConflictingValues, object columns);
public static string ConflictingRowValuesSensitive(object firstEntityType, object secondEntityType, object keyValue, object firstConflictingValue, object secondConflictingValue, object column);
public static string ConflictingRowValuesSensitive(object? firstEntityType, object? secondEntityType, object? keyValue, object? firstConflictingValue, object? secondConflictingValue, object? column);
static member ConflictingRowValuesSensitive : obj * obj * obj * obj * obj * obj -> string
static member ConflictingRowValuesSensitive : obj * obj * obj * obj * obj * obj -> string
Public Shared Function ConflictingRowValuesSensitive (firstEntityType As Object, secondEntityType As Object, keyValue As Object, firstConflictingValues As Object, secondConflictingValues As Object, columns As Object) As String
Public Shared Function ConflictingRowValuesSensitive (firstEntityType As Object, secondEntityType As Object, keyValue As Object, firstConflictingValue As Object, secondConflictingValue As Object, column As Object) As String
Parameter
- firstEntityType
- Object
- secondEntityType
- Object
- keyValue
- Object
- firstConflictingValuesfirstConflictingValue
- Object
- secondConflictingValuessecondConflictingValue
- Object
- columnscolumn
- Object