24 references to UInt32
System.Data (24)
fx\src\data\System\Data\Common\DataStorage.cs (2)
283
case StorageType.
UInt32
: return new UInt32Storage(column);
372
case StorageType.
UInt32
:
fx\src\data\System\Data\Common\SQLConvert.cs (9)
107
case StorageType.
UInt32
:
147
case StorageType.
UInt32
:
195
case StorageType.
UInt32
:
237
case StorageType.
UInt32
:
281
case StorageType.
UInt32
:
509
case StorageType.
UInt32
:
585
case StorageType.
UInt32
:
674
case StorageType.
UInt32
:
756
case StorageType.
UInt32
:
fx\src\data\System\Data\Common\UInt32Storage.cs (1)
23
: base(column, typeof(UInt32), defaultValue, StorageType.
UInt32
) {
fx\src\data\System\Data\Filter\BinaryNode.cs (8)
147
case StorageType.
UInt32
:
186
case StorageType.
UInt32
:
312
case StorageType.
UInt32
: {
422
case StorageType.
UInt32
:{
510
case StorageType.
UInt32
:{
576
case StorageType.
UInt32
:{
918
case StorageType.
UInt32
: return DataTypePrecedence.UInt32;
959
case DataTypePrecedence.UInt32: return StorageType.
UInt32
;
fx\src\data\System\Data\Filter\ExpressionNode.cs (4)
62
type == StorageType.
UInt32
||
73
type == StorageType.
UInt32
||
104
type == StorageType.
UInt32
||
111
type == StorageType.
UInt32
||