13 references to WrongType
System.Data (13)
fx\src\data\System\Data\SQLTypes\SQLBinary.cs (1)
386throw ADP.WrongType(value.GetType(), typeof(SqlBinary));
fx\src\data\System\Data\SQLTypes\SQLBoolean.cs (1)
519throw ADP.WrongType(value.GetType(), typeof(SqlBoolean));
fx\src\data\System\Data\SQLTypes\SQLByte.cs (1)
519throw ADP.WrongType(value.GetType(), typeof(SqlByte));
fx\src\data\System\Data\SQLTypes\SQLDateTime.cs (1)
582throw ADP.WrongType(value.GetType(), typeof(SqlDateTime));
fx\src\data\System\Data\SQLTypes\SQLDecimal.cs (1)
3177throw ADP.WrongType(value.GetType(), typeof(SqlDecimal));
fx\src\data\System\Data\SQLTypes\SQLDouble.cs (1)
439throw ADP.WrongType(value.GetType(), typeof(SqlDouble));
fx\src\data\System\Data\SQLTypes\SQLGuid.cs (1)
315throw ADP.WrongType(value.GetType(), typeof(SqlGuid));
fx\src\data\System\Data\SQLTypes\SQLInt16.cs (1)
528throw ADP.WrongType(value.GetType(), typeof(SqlInt16));
fx\src\data\System\Data\SQLTypes\SQLInt32.cs (1)
540throw ADP.WrongType(value.GetType(), typeof(SqlInt32));
fx\src\data\System\Data\SQLTypes\SQLInt64.cs (1)
594throw ADP.WrongType(value.GetType(), typeof(SqlInt64));
fx\src\data\System\Data\SQLTypes\SQLMoney.cs (1)
579throw ADP.WrongType(value.GetType(), typeof(SqlMoney));
fx\src\data\System\Data\SQLTypes\SQLSingle.cs (1)
443throw ADP.WrongType(value.GetType(), typeof(SqlSingle));
fx\src\data\System\Data\SQLTypes\SQLString.cs (1)
921throw ADP.WrongType(value.GetType(), typeof(SqlString));