Sdílet prostřednictvím


RelationalStrings.IncompatibleViewDerivedRelationship Metoda

Definice

Zobrazení {view} 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 závislý typ {entityType}, ale {entityType} má základní typ entity namapovaný na jiné zobrazení. Buď namapujte {otherEntityType} na jiné zobrazení, nebo invertujte vztah mezi {entityType} a {otherEntityType}.

public static string IncompatibleViewDerivedRelationship (object view, object entityType, object otherEntityType);
public static string IncompatibleViewDerivedRelationship (object? view, object? entityType, object? otherEntityType);
static member IncompatibleViewDerivedRelationship : obj * obj * obj -> string
Public Shared Function IncompatibleViewDerivedRelationship (view As Object, entityType As Object, otherEntityType As Object) As String

Parametry

view
Object
entityType
Object
otherEntityType
Object

Návraty

Platí pro