3 references to Int16
System.Data (3)
fx\src\data\Microsoft\SqlServer\Server\SqlRecordBuffer.cs (3)
165
Debug.Assert(StorageType.
Int16
== _type, "Wrong storage type: " + _type);
171
_type = StorageType.
Int16
;
359
case StorageType.
Int16
: return SmiMetaData.DefaultSmallInt;