RelationalStrings.IncompatibleTableDerivedRelationship Metoda

Definicja

Nie można użyć tabeli "{table}" dla typu jednostki "{entityType}", ponieważ jest ona używana dla typu jednostki "{otherEntityType}", a istnieje relacja między kluczami podstawowymi, w których element {entityType} jest zależny, ale typ jednostki {entityType} ma typ jednostki podstawowej mapowany na inną tabelę. Zamapuj element "{otherEntityType}" na inną tabelę lub odwróć relację między elementami "{entityType}" i "{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

Parametry

table
Object
entityType
Object
otherEntityType
Object

Zwraca

Dotyczy