Compartilhar via


RelationalStrings.JsonCantNavigateToParentEntity Método

Definição

Não é possível navegar da entidade mapeada por JSON '{jsonEntity}' para sua entidade pai '{parentEntity}' usando a navegação '{navigation}'. Entidades mapeadas para JSON só podem navegar até seus filhos.

public static string JsonCantNavigateToParentEntity (object? jsonEntity, object? parentEntity, object? navigation);
static member JsonCantNavigateToParentEntity : obj * obj * obj -> string
Public Shared Function JsonCantNavigateToParentEntity (jsonEntity As Object, parentEntity As Object, navigation As Object) As String

Parâmetros

jsonEntity
Object
parentEntity
Object
navigation
Object

Retornos

Aplica-se a