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