RelationalStrings.IncompatibleTableNoRelationship Metoda

Definicja

Nie można użyć tabeli "{table}" dla typu jednostki {entityType}, ponieważ jest on używany dla typu jednostki "{otherEntityType}" i potencjalnie innych typów jednostek, ale nie ma relacji łączenia. Dodaj klucz obcy do elementu "{entityType}" we właściwościach klucza podstawowego i wskaż klucz podstawowy w innym typie jednostki mapowanym na "{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

Parametry

table
Object
entityType
Object
otherEntityType
Object

Zwraca

Dotyczy