24 references to SqlInt32
System.Data (24)
fx\src\data\System\Data\Common\DataStorage.cs (2)
311case StorageType.SqlInt32: return new SqlInt32Storage(column); 391case StorageType.SqlInt32:
fx\src\data\System\Data\Common\SQLConvert.cs (10)
65case StorageType.SqlInt32: 103case StorageType.SqlInt32: 143case StorageType.SqlInt32: 191case StorageType.SqlInt32: 233case StorageType.SqlInt32: 277case StorageType.SqlInt32: 452case StorageType.SqlInt32: 486case StorageType.SqlInt32: 643case StorageType.SqlInt32: 732case StorageType.SqlInt32:
fx\src\data\System\Data\Common\SQLTypes\SQLInt32Storage.cs (1)
25: base(column, typeof(SqlInt32), SqlInt32.Null, SqlInt32.Null, StorageType.SqlInt32) {
fx\src\data\System\Data\Filter\BinaryNode.cs (8)
183case StorageType.SqlInt32: 353case StorageType.SqlInt32:{ 419case StorageType.SqlInt32:{ 507case StorageType.SqlInt32:{ 573case StorageType.SqlInt32:{ 790if (resultType == StorageType.SqlInt32){ 938case StorageType.SqlInt32: return DataTypePrecedence.SqlInt32; 979case DataTypePrecedence.SqlInt32: return StorageType.SqlInt32;
fx\src\data\System\Data\Filter\ExpressionNode.cs (2)
78type == StorageType.SqlInt32 || 97type == StorageType.SqlInt32 ||
fx\src\data\System\Data\Filter\UnaryNode.cs (1)
103case StorageType.SqlInt32: