3 references to Int32
System.Data (3)
fx\src\data\Microsoft\SqlServer\Server\SqlRecordBuffer.cs (3)
179Debug.Assert(StorageType.Int32 == _type, "Wrong storage type: " + _type); 185_type = StorageType.Int32; 360case StorageType.Int32: return SmiMetaData.DefaultInt;