Udostępnij za pośrednictwem


RelationalStrings.IncompatibleViewDerivedRelationship Metoda

Definicja

Nie można użyć widoku "{view}" dla typu jednostki "{entityType}", ponieważ jest on używany dla typu jednostki "{otherEntityType}", a istnieje relacja między kluczami podstawowymi, w których element "{entityType}" jest zależny, ale typ jednostki {entityType} jest mapowany na inny widok. Mapuj element "{otherEntityType}" na inny widok lub odwróć relację między elementami "{entityType}" i "{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

Zwraca

Dotyczy