21 references to Decimal
System.Data.Common (21)
System\Data\Common\DataStorage.cs (2)
327case StorageType.Decimal: return new DecimalStorage(column); 429case StorageType.Decimal:
System\Data\Common\DecimalStorage.cs (1)
17: base(column, typeof(decimal), DefaultValue, StorageType.Decimal)
System\Data\Common\SQLConvert.cs (6)
143StorageType.Decimal => (decimal)value, 204StorageType.Decimal => (decimal)value, 459case StorageType.Decimal: 538case StorageType.Decimal: 629case StorageType.Decimal: 710case StorageType.Decimal:
System\Data\Filter\BinaryNode.cs (7)
184case StorageType.Decimal: 394case StorageType.Decimal: 572case StorageType.Decimal: 711case StorageType.Decimal: 817case StorageType.Decimal: 1198case StorageType.Decimal: return DataTypePrecedence.Decimal; 1239case DataTypePrecedence.Decimal: return StorageType.Decimal;
System\Data\Filter\ExpressionNode.cs (2)
146type == StorageType.Decimal); 153type == StorageType.Decimal ||
System\Data\Filter\FunctionNode.cs (2)
513else if (StorageType.Decimal == storageType) 515return SqlConvert.ChangeType2((decimal)SqlConvert.ChangeType2(argumentValues[0], StorageType.Decimal, typeof(decimal), FormatProvider), mytype, type, FormatProvider);
System\Data\Filter\UnaryNode.cs (1)
93case StorageType.Decimal: