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)
298
case StorageType.
BigInteger
: return new BigIntegerStorage(column);
380
case StorageType.
BigInteger
:
fx\src\data\System\Data\Common\SQLConvert.cs (1)
534
case StorageType.
BigInteger
:
fx\src\data\System\Data\DataColumn.cs (1)
548
if (typeCode == StorageType.
BigInteger
&& this.expression != null)
fx\src\data\System\Data\Filter\DataExpression.cs (1)
41
if (_storageType == StorageType.
BigInteger
)