25 references to UInt16
System.Data.Common (25)
System\Data\Common\DataStorage.cs (2)
320case StorageType.UInt16: return new UInt16Storage(column); 422case StorageType.UInt16:
System\Data\Common\SQLConvert.cs (10)
64StorageType.UInt16 => (ushort)value, 87StorageType.UInt16 => (ushort)value, 116StorageType.UInt16 => (ushort)value, 149StorageType.UInt16 => (ushort)value, 179StorageType.UInt16 => (ushort)value, 210StorageType.UInt16 => (ushort)value, 445case StorageType.UInt16: 524case StorageType.UInt16: 615case StorageType.UInt16: 696case StorageType.UInt16:
System\Data\Common\UInt16Storage.cs (1)
17: base(column, typeof(ushort), DefaultValue, StorageType.UInt16)
System\Data\Filter\BinaryNode.cs (8)
179case StorageType.UInt16: 218case StorageType.UInt16: 369case StorageType.UInt16: 537case StorageType.UInt16: 676case StorageType.UInt16: 782case StorageType.UInt16: 1191case StorageType.UInt16: return DataTypePrecedence.UInt16; 1234case DataTypePrecedence.UInt16: return StorageType.UInt16;
System\Data\Filter\ExpressionNode.cs (4)
69type == StorageType.UInt16 || 81type == StorageType.UInt16 || 115return (type == StorageType.UInt16 || 123return (type == StorageType.UInt16 ||