RelationalStrings.IncompatibleTableDerivedRelationship Metoda
Definice
Důležité
Některé informace platí pro předběžně vydaný produkt, který se může zásadně změnit, než ho výrobce nebo autor vydá. Microsoft neposkytuje žádné záruky, výslovné ani předpokládané, týkající se zde uváděných informací.
Tabulku {table} nelze použít pro typ entity {entityType}, protože se používá pro typ entity {otherEntityType} a mezi primárními klíči existuje relace, ve které je {entityType} závislý, ale {entityType} má základní typ entity namapovaný na jinou tabulku. Buď namapujte {otherEntityType} na jinou tabulku, nebo invertujte relaci mezi {entityType} a {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
Návraty
Platí pro
Entity Framework