RelationalStrings.IncompatibleTableExcludedMismatch 方法

定义

无法将表“{table}”用于实体类型“{entityType}”,因为它用于实体类型“{otherEntityType}”,并且从一个实体类型上的迁移中排除,但不能对另一个实体类型进行迁移。 从映射到表的所有实体类型迁移中排除表。

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

参数

table
Object
entityType
Object
otherEntityType
Object

返回

适用于