25 references to SqlInt16
System.Data (25)
fx\src\data\System\Data\Common\DataStorage.cs (2)
310case StorageType.SqlInt16: return new SqlInt16Storage(column); 390case StorageType.SqlInt16:
fx\src\data\System\Data\Common\SQLConvert.cs (11)
50case StorageType.SqlInt16: 69case StorageType.SqlInt16: 97case StorageType.SqlInt16: 137case StorageType.SqlInt16: 185case StorageType.SqlInt16: 227case StorageType.SqlInt16: 271case StorageType.SqlInt16: 450case StorageType.SqlInt16: 485case StorageType.SqlInt16: 641case StorageType.SqlInt16: 730case StorageType.SqlInt16:
fx\src\data\System\Data\Common\SQLTypes\SQLInt16Storage.cs (1)
25: base(column, typeof(SqlInt16), SqlInt16.Null, SqlInt16.Null, StorageType.SqlInt16) {
fx\src\data\System\Data\Filter\BinaryNode.cs (8)
182case StorageType.SqlInt16: 350case StorageType.SqlInt16:{ 410case StorageType.SqlInt16:{ 498case StorageType.SqlInt16:{ 564case StorageType.SqlInt16:{ 793else if (resultType == StorageType.SqlInt16){ 937case StorageType.SqlInt16: return DataTypePrecedence.SqlInt16; 980case DataTypePrecedence.SqlInt16: return StorageType.SqlInt16;
fx\src\data\System\Data\Filter\ExpressionNode.cs (2)
79type == StorageType.SqlInt16 || 98type == StorageType.SqlInt16 ||
fx\src\data\System\Data\Filter\UnaryNode.cs (1)
106case StorageType.SqlInt16: