Compartilhar via


RelationalStrings.IncompatibleViewNoRelationship Método

Definição

Não é possível usar a exibição '{view}' para o tipo de entidade '{entityType}', pois ela está sendo usada para o tipo de entidade '{otherEntityType}' e não há nenhuma relação entre suas chaves primárias.

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

Parâmetros

view
Object
entityType
Object
otherEntityType
Object

Retornos

Aplica-se a