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