RelationalStrings.IncompatibleViewDerivedRelationship Metoda
Definicja
Ważne
Niektóre informacje odnoszą się do produktu w wersji wstępnej, który może zostać znacząco zmodyfikowany przed wydaniem. Firma Microsoft nie udziela żadnych gwarancji, jawnych lub domniemanych, w odniesieniu do informacji podanych w tym miejscu.
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