6 references to BigInteger
System.Data.Common (6)
System\Data\Common\BigIntegerStorage.cs (1)
16base(column, typeof(BigInteger), BigInteger.Zero, StorageType.BigInteger)
System\Data\Common\DataStorage.cs (2)
337case StorageType.BigInteger: return new BigIntegerStorage(column); 432case StorageType.BigInteger:
System\Data\Common\SQLConvert.cs (1)
474case StorageType.BigInteger:
System\Data\DataColumn.cs (1)
502if (typeCode == StorageType.BigInteger && _expression != null)
System\Data\Filter\DataExpression.cs (1)
42if (_storageType == StorageType.BigInteger)