Share via


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

戻り値

適用対象