Share via


CoreStrings.EntityTypeNotInRelationship(Object, Object, Object) Método

Definição

O tipo de entidade especificado '{entityType}' é inválido. Deve ser o tipo de entidade dependente '{dependentType}', o tipo de entidade principal '{principalType}' ou um tipo de entidade derivado de um deles.

public static string EntityTypeNotInRelationship (object entityType, object dependentType, object principalType);
public static string EntityTypeNotInRelationship (object? entityType, object? dependentType, object? principalType);
static member EntityTypeNotInRelationship : obj * obj * obj -> string
Public Shared Function EntityTypeNotInRelationship (entityType As Object, dependentType As Object, principalType As Object) As String

Parâmetros

entityType
Object
dependentType
Object
principalType
Object

Retornos

Aplica-se a