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