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