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