Sdílet prostřednictvím


RelationalStrings.IncompatibleTableNoRelationship Metoda

Definice

Tabulku {table} nelze použít pro typ entity {entityType}, protože se používá pro typ entity {otherEntityType} a potenciálně jiné typy entit, ale neexistuje žádná relace propojení. Přidejte cizí klíč do entity {entityType} ve vlastnostech primárního klíče a odkazujte na primární klíč u jiného typu entity namapovaného 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

Návraty

Platí pro