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