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