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