9 references to Int32
System.Data (9)
fx\src\data\Microsoft\SqlServer\Server\ValueUtilsSmi.cs (1)
1301
SqlBuffer.StorageType.
Int32
, // Int
fx\src\data\System\Data\SqlClient\SqlBuffer.cs (7)
263
if (StorageType.
Int32
== _type) {
271
_type = StorageType.
Int32
;
574
if (StorageType.
Int32
== _type) {
650
case StorageType.
Int32
: return SqlInt32;
709
case StorageType.
Int32
: return Int32;
748
case SqlBuffer.StorageType.
Int32
: return typeof(SqlInt32);
768
case SqlBuffer.StorageType.
Int32
: return typeof(Int32);
fx\src\data\System\Data\SqlClient\TdsParser.cs (1)
4824
nullVal.SetToNullOfType(SqlBuffer.StorageType.
Int32
);