32 references to Overflow
System.Data.Common (32)
System\Data\Common\BooleanStorage.cs (1)
74
throw ExprException.
Overflow
(typeof(bool));
System\Data\Common\ByteStorage.cs (1)
146
throw ExprException.
Overflow
(typeof(byte));
System\Data\Common\CharStorage.cs (1)
73
throw ExprException.
Overflow
(typeof(char));
System\Data\Common\DateTimeOffsetStorage.cs (1)
83
throw ExprException.
Overflow
(typeof(DateTimeOffset));
System\Data\Common\DateTimeStorage.cs (1)
83
throw ExprException.
Overflow
(typeof(DateTime));
System\Data\Common\DecimalStorage.cs (1)
151
throw ExprException.
Overflow
(typeof(decimal));
System\Data\Common\DoubleStorage.cs (1)
146
throw ExprException.
Overflow
(typeof(double));
System\Data\Common\Int16Storage.cs (1)
160
throw ExprException.
Overflow
(typeof(short));
System\Data\Common\Int32Storage.cs (1)
159
throw ExprException.
Overflow
(typeof(int));
System\Data\Common\Int64Storage.cs (1)
151
throw ExprException.
Overflow
(typeof(long));
System\Data\Common\SByteStorage.cs (1)
146
throw ExprException.
Overflow
(typeof(sbyte));
System\Data\Common\SingleStorage.cs (1)
147
throw ExprException.
Overflow
(typeof(float));
System\Data\Common\SQLTypes\SQLBinaryStorage.cs (1)
47
throw ExprException.
Overflow
(typeof(SqlBinary));
System\Data\Common\SQLTypes\SQlBooleanStorage.cs (1)
81
throw ExprException.
Overflow
(typeof(SqlBoolean));
System\Data\Common\SQLTypes\SQLBytesStorage.cs (1)
48
throw ExprException.
Overflow
(typeof(SqlBytes));
System\Data\Common\SQLTypes\SQLByteStorage.cs (1)
156
throw ExprException.
Overflow
(typeof(SqlByte));
System\Data\Common\SQLTypes\SQLCharsStorage.cs (1)
48
throw ExprException.
Overflow
(typeof(SqlChars));
System\Data\Common\SQLTypes\SQLDateTimeStorage.cs (1)
83
throw ExprException.
Overflow
(typeof(SqlDateTime));
System\Data\Common\SQLTypes\SQLDecimalStorage.cs (1)
155
throw ExprException.
Overflow
(typeof(SqlDecimal));
System\Data\Common\SQLTypes\SQLDoubleStorage.cs (1)
156
throw ExprException.
Overflow
(typeof(SqlDouble));
System\Data\Common\SQLTypes\SQLGuidStorage.cs (1)
48
throw ExprException.
Overflow
(typeof(SqlGuid));
System\Data\Common\SQLTypes\SQLInt16Storage.cs (1)
156
throw ExprException.
Overflow
(typeof(SqlInt16));
System\Data\Common\SQLTypes\SQLInt32Storage.cs (1)
156
throw ExprException.
Overflow
(typeof(SqlInt32));
System\Data\Common\SQLTypes\SQLInt64Storage.cs (1)
157
throw ExprException.
Overflow
(typeof(SqlInt64));
System\Data\Common\SQLTypes\SQLMoneyStorage.cs (1)
156
throw ExprException.
Overflow
(typeof(SqlMoney));
System\Data\Common\SQLTypes\SQLSingleStorage.cs (1)
154
throw ExprException.
Overflow
(typeof(SqlSingle));
System\Data\Common\SQLTypes\SQLStringStorage.cs (1)
89
throw ExprException.
Overflow
(typeof(SqlString));
System\Data\Common\TimeSpanStorage.cs (1)
142
throw ExprException.
Overflow
(typeof(TimeSpan));
System\Data\Common\UInt16Storage.cs (1)
159
throw ExprException.
Overflow
(typeof(ushort));
System\Data\Common\UInt32Storage.cs (1)
157
throw ExprException.
Overflow
(typeof(uint));
System\Data\Common\UInt64Storage.cs (1)
151
throw ExprException.
Overflow
(typeof(ulong));
System\Data\Filter\BinaryNode.cs (1)
1128
throw ExprException.
Overflow
(DataStorage.GetTypeStorage(resultType));