20 references to SqlDecimal
System.Data (20)
fx\src\data\System\Data\Common\DataStorage.cs (2)
307case StorageType.SqlDecimal: return new SqlDecimalStorage(column); 387case StorageType.SqlDecimal:
fx\src\data\System\Data\Common\SQLConvert.cs (7)
159case StorageType.SqlDecimal: 175case StorageType.SqlDecimal: 245case StorageType.SqlDecimal: 444case StorageType.SqlDecimal: 482case StorageType.SqlDecimal: 635case StorageType.SqlDecimal: 724case StorageType.SqlDecimal:
fx\src\data\System\Data\Common\SQLTypes\SQLDecimalStorage.cs (1)
25: base(column, typeof(SqlDecimal), SqlDecimal.Null, SqlDecimal.Null, StorageType.SqlDecimal) {
fx\src\data\System\Data\Filter\BinaryNode.cs (8)
190case StorageType.SqlDecimal: 365case StorageType.SqlDecimal:{ 437case StorageType.SqlDecimal:{ 526case StorageType.SqlDecimal:{ 591case StorageType.SqlDecimal:{ 934case StorageType.SqlDecimal: return DataTypePrecedence.SqlDecimal; 977case DataTypePrecedence.SqlDecimal: return StorageType.SqlDecimal; 1160result = StorageType.SqlDecimal;
fx\src\data\System\Data\Filter\ExpressionNode.cs (1)
138type == StorageType.SqlDecimal || // I expect decimal to be Integer!
fx\src\data\System\Data\Filter\UnaryNode.cs (1)
88case StorageType.SqlDecimal: