Udostępnij za pośrednictwem


RelationalStrings.IncompatibleTableExcludedMismatch Metoda

Definicja

Nie można użyć tabeli "{table}" dla typu jednostki "{entityType}", ponieważ jest on używany dla typu jednostki {otherEntityType} i jest wykluczony z migracji w jednym typie jednostki, ale nie w drugim. Wyklucz tabelę z migracji na wszystkie typy jednostek mapowane na tabelę.

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

Parametry

table
Object
entityType
Object
otherEntityType
Object

Zwraca

Dotyczy