Condividi tramite


CoreStrings.ConstructorNotFound(Object, Object) Metodo

Definizione

Non è stato trovato alcun costruttore adatto per il tipo di entità '{entityType}'. I costruttori seguenti hanno parametri che non possono essere associati alle proprietà del tipo di entità: {costruttori}Si noti che solo le proprietà mappate possono essere associate ai parametri del costruttore. Gli spostamenti alle entità correlate, inclusi i riferimenti ai tipi di proprietà, non possono essere associati.

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

Parametri

entityType
Object
constructors
Object

Restituisce

Si applica a