RelationalStrings.ErrorMaterializingValueInvalidCast(Object, Object) Methode

Definition

Fehler beim Lesen eines Datenbankwerts. Der erwartete Typ war "{expectedType}", aber der tatsächliche Wert war vom Typ "{actualType}".

public static string ErrorMaterializingValueInvalidCast (object expectedType, object actualType);
public static string ErrorMaterializingValueInvalidCast (object? expectedType, object? actualType);
static member ErrorMaterializingValueInvalidCast : obj * obj -> string
Public Shared Function ErrorMaterializingValueInvalidCast (expectedType As Object, actualType As Object) As String

Parameter

expectedType
Object
actualType
Object

Gibt zurück

Gilt für: