RelationalStrings.DuplicateColumnNameIsStoredMismatch 方法
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
'{entityType1}。{property1}' 和 '{entityType2}。{property2}' 都對應到 '{table}' 中的資料行 '{columnName}',但已設定為使用不同的預存計算資料行設定, ('{value1}' 和 '{value2}') 。
public static string DuplicateColumnNameIsStoredMismatch (object entityType1, object property1, object entityType2, object property2, object columnName, object table, object value1, object value2);
public static string DuplicateColumnNameIsStoredMismatch (object? entityType1, object? property1, object? entityType2, object? property2, object? columnName, object? table, object? value1, object? value2);
static member DuplicateColumnNameIsStoredMismatch : obj * obj * obj * obj * obj * obj * obj * obj -> string
Public Shared Function DuplicateColumnNameIsStoredMismatch (entityType1 As Object, property1 As Object, entityType2 As Object, property2 As Object, columnName As Object, table As Object, value1 As Object, value2 As Object) As String
參數
- entityType1
- Object
- property1
- Object
- entityType2
- Object
- property2
- Object
- columnName
- Object
- table
- Object
- value1
- Object
- value2
- Object