21 references to Decimal
System.Data (21)
fx\src\data\System\Data\Common\DataStorage.cs (2)
288
case StorageType.
Decimal
: return new DecimalStorage(column);
377
case StorageType.
Decimal
:
fx\src\data\System\Data\Common\DecimalStorage.cs (1)
23
: base(column, typeof(Decimal), defaultValue, StorageType.
Decimal
) {
fx\src\data\System\Data\Common\SQLConvert.cs (6)
177
case StorageType.
Decimal
:
263
case StorageType.
Decimal
:
519
case StorageType.
Decimal
:
595
case StorageType.
Decimal
:
684
case StorageType.
Decimal
:
766
case StorageType.
Decimal
:
fx\src\data\System\Data\Filter\BinaryNode.cs (7)
149
case StorageType.
Decimal
:
321
case StorageType.
Decimal
:{
434
case StorageType.
Decimal
:{
523
case StorageType.
Decimal
:{
588
case StorageType.
Decimal
:{
923
case StorageType.
Decimal
: return DataTypePrecedence.Decimal;
962
case DataTypePrecedence.Decimal: return StorageType.
Decimal
;
fx\src\data\System\Data\Filter\ExpressionNode.cs (2)
130
type == StorageType.
Decimal
);
136
type == StorageType.
Decimal
||
fx\src\data\System\Data\Filter\FunctionNode.cs (2)
443
else if (StorageType.
Decimal
== storageType) {
444
return SqlConvert.ChangeType2((decimal) SqlConvert.ChangeType2(argumentValues[0], StorageType.
Decimal
, typeof(Decimal), FormatProvider), mytype, type, FormatProvider);
fx\src\data\System\Data\Filter\UnaryNode.cs (1)
85
case StorageType.
Decimal
: