Condividi tramite


CoreStrings.EntityTypeNotInRelationshipStrict(Object, Object, Object) Metodo

Definizione

Il tipo di entità specificato '{entityType}' non è valido. Deve essere il tipo di entità dipendente '{dependentType}' o il tipo di entità principale '{principalType}'.

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

Parametri

entityType
Object
dependentType
Object
principalType
Object

Restituisce

Si applica a