Sdílet prostřednictvím


RelationalStrings.IncompatibleTableExcludedMismatch Metoda

Definice

Tabulku {table} nelze použít pro typ entity {entityType}, protože se používá pro typ entity {otherEntityType} a je vyloučena z migrace na jeden typ entity, ale nikoli na druhém. Vylučte tabulku z migrací u všech typů entit namapovaných na tabulku.

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

Návraty

Platí pro