3 references to Int64
System.Data (3)
fx\src\data\Microsoft\SqlServer\Server\SqlRecordBuffer.cs (3)
193Debug.Assert(StorageType.Int64 == _type, "Wrong storage type: " + _type); 199_type = StorageType.Int64; 361case StorageType.Int64: return _metadata ?? SmiMetaData.DefaultBigInt;