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