共用方式為


RelationalStrings.TableOverrideMismatch(Object, Object) 方法

定義

屬性 '{propertySpecification}' 具有資料表 '{table}' 的特定組態,但未對應至該資料表上的資料行。 移除特定組態,或將包含此屬性的實體類型對應至 '{table}'。

public static string TableOverrideMismatch (object propertySpecification, object table);
public static string TableOverrideMismatch (object? propertySpecification, object? table);
static member TableOverrideMismatch : obj * obj -> string
Public Shared Function TableOverrideMismatch (propertySpecification As Object, table As Object) As String

參數

propertySpecification
Object
table
Object

傳回

適用於