3 references to UInt64
System.Data (3)
fx\src\data\Microsoft\SqlServer\Server\MetadataUtilsSmi.cs (1)
109
ht.Add( typeof( System.UInt64 ), ExtendedClrTypeCode.
UInt64
);
fx\src\data\Microsoft\SqlServer\Server\ValueUtilsSmi.cs (2)
1582
typeCode == ExtendedClrTypeCode.
UInt64
||
1611
case ExtendedClrTypeCode.
UInt64
: throw ADP.InvalidCast();