Share via


RelationalStrings.IncompatibleTableDerivedRelationship メソッド

定義

エンティティ型 '{entityType}' にテーブル '{table}' を使用することはできません。これは、エンティティ型 '{otherEntityType}' に使用されており、'{entityType}' が依存している主キーの間にリレーションシップがありますが、'{entityType}' にはベース エンティティ型が別のテーブルにマップされているためです。 '{otherEntityType}' を別のテーブルにマップするか、'{entityType}' と '{otherEntityType}' の間のリレーションシップを反転します。

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

パラメーター

table
Object
entityType
Object
otherEntityType
Object

戻り値

適用対象