29 references to Int32
System.Data.Common (29)
System\Data\Common\DataStorage.cs (2)
321case StorageType.Int32: return new Int32Storage(column); 423case StorageType.Int32:
System\Data\Common\Int32Storage.cs (1)
17: base(column, typeof(int), defaultValue, StorageType.Int32)
System\Data\Common\SQLConvert.cs (12)
61StorageType.Int32 => (int)value, 89StorageType.Int32 => (int)value, 118StorageType.Int32 => (int)value, 151StorageType.Int32 => (int)value, 181StorageType.Int32 => (int)value, 212StorageType.Int32 => (int)value, 447case StorageType.Int32: 497StorageType.Int32 => new TimeSpan((int)value), 526case StorageType.Int32: 617case StorageType.Int32: 643StorageType.Int32 => new TimeSpan((int)value), 698case StorageType.Int32:
System\Data\Filter\BinaryNode.cs (8)
177case StorageType.Int32: 216case StorageType.Int32: 374case StorageType.Int32: 542case StorageType.Int32: 681case StorageType.Int32: 787case StorageType.Int32: 1192case StorageType.Int32: return DataTypePrecedence.Int32; 1235case DataTypePrecedence.Int32: return StorageType.Int32;
System\Data\Filter\ExpressionNode.cs (4)
67type == StorageType.Int32 || 79type == StorageType.Int32 || 95type == StorageType.Int32 || 104type == StorageType.Int32 ||
System\Data\Filter\FunctionNode.cs (1)
338StorageType.Int32 => ((int)argumentValues[0] != 0),
System\Data\Filter\UnaryNode.cs (1)
81case StorageType.Int32: