24 references to UInt64
System.Data (24)
fx\src\data\System\Data\Common\DataStorage.cs (2)
285case StorageType.UInt64: return new UInt64Storage(column); 374case StorageType.UInt64:
fx\src\data\System\Data\Common\SQLConvert.cs (8)
135case StorageType.UInt64: 183case StorageType.UInt64: 225case StorageType.UInt64: 269case StorageType.UInt64: 513case StorageType.UInt64: 589case StorageType.UInt64: 678case StorageType.UInt64: 760case StorageType.UInt64:
fx\src\data\System\Data\Common\UInt64Storage.cs (1)
23: base(column, typeof(UInt64), defaultValue, StorageType.UInt64) {
fx\src\data\System\Data\Filter\BinaryNode.cs (9)
148case StorageType.UInt64: 189case StorageType.UInt64: 315case StorageType.UInt64: { 431case StorageType.UInt64:{ 520case StorageType.UInt64:{ 579case StorageType.UInt64:{ 784if (resultType == StorageType.UInt64) { 920case StorageType.UInt64: return DataTypePrecedence.UInt64; 961case DataTypePrecedence.UInt64: return StorageType.UInt64;
fx\src\data\System\Data\Filter\ExpressionNode.cs (4)
63type == StorageType.UInt64 || 74type == StorageType.UInt64 || 105type == StorageType.UInt64 || 112type == StorageType.UInt64 ||