9 references to Int64
System.Data (9)
fx\src\data\Microsoft\SqlServer\Server\ValueUtilsSmi.cs (1)
1293
SqlBuffer.StorageType.
Int64
, // BigInt
fx\src\data\System\Data\SqlClient\SqlBuffer.cs (7)
280
if (StorageType.
Int64
== _type) {
288
_type = StorageType.
Int64
;
586
if (StorageType.
Int64
== _type) {
651
case StorageType.
Int64
: return SqlInt64;
710
case StorageType.
Int64
: return Int64;
749
case SqlBuffer.StorageType.
Int64
: return typeof(SqlInt64);
769
case SqlBuffer.StorageType.
Int64
: return typeof(Int64);
fx\src\data\System\Data\SqlClient\TdsParser.cs (1)
4828
nullVal.SetToNullOfType(SqlBuffer.StorageType.
Int64
);