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