24 references to UInt32
System.Data.Common (24)
System\Data\Common\DataStorage.cs (2)
322
case StorageType.
UInt32
: return new UInt32Storage(column);
424
case StorageType.
UInt32
:
System\Data\Common\SQLConvert.cs (9)
90
StorageType.
UInt32
=> (uint)value,
119
StorageType.
UInt32
=> (uint)value,
152
StorageType.
UInt32
=> (uint)value,
182
StorageType.
UInt32
=> (uint)value,
213
StorageType.
UInt32
=> (uint)value,
449
case StorageType.
UInt32
:
528
case StorageType.
UInt32
:
619
case StorageType.
UInt32
:
700
case StorageType.
UInt32
:
System\Data\Common\UInt32Storage.cs (1)
17
: base(column, typeof(uint), DefaultValue, StorageType.
UInt32
)
System\Data\Filter\BinaryNode.cs (8)
182
case StorageType.
UInt32
:
224
case StorageType.
UInt32
:
379
case StorageType.
UInt32
:
552
case StorageType.
UInt32
:
691
case StorageType.
UInt32
:
797
case StorageType.
UInt32
:
1193
case StorageType.
UInt32
: return DataTypePrecedence.UInt32;
1236
case DataTypePrecedence.UInt32: return StorageType.
UInt32
;
System\Data\Filter\ExpressionNode.cs (4)
70
type == StorageType.
UInt32
||
82
type == StorageType.
UInt32
||
116
type == StorageType.
UInt32
||
124
type == StorageType.
UInt32
||