次の方法で共有


RelationalStrings.IncompatibleTableNoRelationship メソッド

定義

エンティティ型 '{otherEntityType}' と他のエンティティ型に使用されている可能性があるため、エンティティ型 '{entityType}' にはテーブル '{table}' を使用できませんが、リンク関係はありません。 主キープロパティの '{entityType}' に外部キーを追加し、'{table}' にマップされている別のエンティティ型の主キーを指します。

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

パラメーター

table
Object
entityType
Object
otherEntityType
Object

戻り値

適用対象