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