Condividi tramite


RelationalStrings.IncompatibleViewNoRelationship Metodo

Definizione

Impossibile usare la visualizzazione '{view}' per il tipo di entità '{entityType}' perché viene usato per il tipo di entità '{otherEntityType}' e non esiste alcuna relazione tra le chiavi primarie.

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

Parametri

view
Object
entityType
Object
otherEntityType
Object

Restituisce

Si applica a