24 references to UInt64
System.Data.Common (24)
System\Data\Common\DataStorage.cs (2)
324case StorageType.UInt64: return new UInt64Storage(column); 426case StorageType.UInt64:
System\Data\Common\SQLConvert.cs (8)
113StorageType.UInt64 => (ulong)value, 146StorageType.UInt64 => (ulong)value, 176StorageType.UInt64 => (ulong)value, 207StorageType.UInt64 => (ulong)value, 453case StorageType.UInt64: 532case StorageType.UInt64: 623case StorageType.UInt64: 704case StorageType.UInt64:
System\Data\Common\UInt64Storage.cs (1)
17: base(column, typeof(ulong), DefaultValue, StorageType.UInt64)
System\Data\Filter\BinaryNode.cs (9)
183case StorageType.UInt64: 227case StorageType.UInt64: 384case StorageType.UInt64: 567case StorageType.UInt64: 706case StorageType.UInt64: 802case StorageType.UInt64: 1044if (resultType == StorageType.UInt64) 1195case StorageType.UInt64: return DataTypePrecedence.UInt64; 1238case DataTypePrecedence.UInt64: return StorageType.UInt64;
System\Data\Filter\ExpressionNode.cs (4)
71type == StorageType.UInt64 || 83type == StorageType.UInt64 || 117type == StorageType.UInt64 || 125type == StorageType.UInt64 ||