25 references to UInt16
System.Data (25)
fx\src\data\System\Data\Common\DataStorage.cs (2)
281
case StorageType.
UInt16
: return new UInt16Storage(column);
370
case StorageType.
UInt16
:
fx\src\data\System\Data\Common\SQLConvert.cs (10)
73
case StorageType.
UInt16
:
101
case StorageType.
UInt16
:
141
case StorageType.
UInt16
:
189
case StorageType.
UInt16
:
231
case StorageType.
UInt16
:
275
case StorageType.
UInt16
:
505
case StorageType.
UInt16
:
581
case StorageType.
UInt16
:
670
case StorageType.
UInt16
:
752
case StorageType.
UInt16
:
fx\src\data\System\Data\Common\UInt16Storage.cs (1)
23
: base(column, typeof(UInt16), defaultValue, StorageType.
UInt16
) {
fx\src\data\System\Data\Filter\BinaryNode.cs (8)
144
case StorageType.
UInt16
:
180
case StorageType.
UInt16
:
306
case StorageType.
UInt16
:{
413
case StorageType.
UInt16
:{
501
case StorageType.
UInt16
:{
567
case StorageType.
UInt16
:{
916
case StorageType.
UInt16
: return DataTypePrecedence.UInt16;
957
case DataTypePrecedence.UInt16: return StorageType.
UInt16
;
fx\src\data\System\Data\Filter\ExpressionNode.cs (4)
61
type == StorageType.
UInt16
||
72
type == StorageType.
UInt16
||
103
return(type == StorageType.
UInt16
||
110
return(type == StorageType.
UInt16
||