22 references to SqlInt64
System.Data (22)
fx\src\data\System\Data\Common\DataStorage.cs (2)
312case StorageType.SqlInt64: return new SqlInt64Storage(column); 392case StorageType.SqlInt64:
fx\src\data\System\Data\Common\SQLConvert.cs (9)
93case StorageType.SqlInt64: 131case StorageType.SqlInt64: 179case StorageType.SqlInt64: 221case StorageType.SqlInt64: 265case StorageType.SqlInt64: 454case StorageType.SqlInt64: 487case StorageType.SqlInt64: 645case StorageType.SqlInt64: 734case StorageType.SqlInt64:
fx\src\data\System\Data\Common\SQLTypes\SQLInt64Storage.cs (1)
25: base(column, typeof(SqlInt64), SqlInt64.Null, SqlInt64.Null, StorageType.SqlInt64) {
fx\src\data\System\Data\Filter\BinaryNode.cs (7)
187case StorageType.SqlInt64: 356case StorageType.SqlInt64:{ 428case StorageType.SqlInt64:{ 517case StorageType.SqlInt64:{ 585case StorageType.SqlInt64:{ 939case StorageType.SqlInt64: return DataTypePrecedence.SqlInt64; 978case DataTypePrecedence.SqlInt64: return StorageType.SqlInt64;
fx\src\data\System\Data\Filter\ExpressionNode.cs (2)
77type == StorageType.SqlInt64 || 96type == StorageType.SqlInt64 ||
fx\src\data\System\Data\Filter\UnaryNode.cs (1)
100case StorageType.SqlInt64: