RelationalStrings.ConflictingRowValuesSensitive 方法
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
類型 '{firstEntityType}' 和 '{secondEntityType}' 的實例會對應至具有相同資料列的索引鍵值 '{keyValue}',但資料行 '{column}' 有不同的屬性值 '{firstConflictingValue}' 和 '{secondConflictingValue}'。
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
參數
- firstEntityType
- Object
- secondEntityType
- Object
- keyValue
- Object
- firstConflictingValuesfirstConflictingValue
- Object
- secondConflictingValuessecondConflictingValue
- Object
- columnscolumn
- Object