6 references to BigInteger
System.Data (6)
fx\src\data\System\Data\Common\BigIntegerStorage.cs (1)
21: base(column, typeof(BigInteger), BigInteger.Zero, StorageType.BigInteger)
fx\src\data\System\Data\Common\DataStorage.cs (2)
298case StorageType.BigInteger: return new BigIntegerStorage(column); 380case StorageType.BigInteger:
fx\src\data\System\Data\Common\SQLConvert.cs (1)
534case StorageType.BigInteger:
fx\src\data\System\Data\DataColumn.cs (1)
548if (typeCode == StorageType.BigInteger && this.expression != null)
fx\src\data\System\Data\Filter\DataExpression.cs (1)
41if (_storageType == StorageType.BigInteger)