9 references to Int16
System.Data (9)
fx\src\data\Microsoft\SqlServer\Server\ValueUtilsSmi.cs (1)
1309SqlBuffer.StorageType.Int16, // SmallInt
fx\src\data\System\Data\SqlClient\SqlBuffer.cs (7)
246if (StorageType.Int16 == _type) { 254_type = StorageType.Int16; 562if (StorageType.Int16 == _type) { 649case StorageType.Int16: return SqlInt16; 708case StorageType.Int16: return Int16; 747case SqlBuffer.StorageType.Int16: return typeof(SqlInt16); 767case SqlBuffer.StorageType.Int16: return typeof(Int16);
fx\src\data\System\Data\SqlClient\TdsParser.cs (1)
4820nullVal.SetToNullOfType(SqlBuffer.StorageType.Int16);