Condividi tramite


CoreStrings.EntityTypeNotInRelationship(Object, Object, Object) Metodo

Definizione

Il tipo di entità specificato '{entityType}' non è valido. Deve essere il tipo di entità dipendente '{dependentType}', il tipo di entità principale '{principalType}' o un tipo di entità derivato da uno di essi.

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

Parametri

entityType
Object
dependentType
Object
principalType
Object

Restituisce

Si applica a