84 references to Null
System.Data (84)
fx\src\data\Microsoft\SqlServer\Server\ValueUtilsSmi.cs (2)
324
return SqlBoolean.
Null
;
1086
SqlBoolean.
Null
, // SqlDbType.Bit
fx\src\data\System\Data\Common\SQLConvert.cs (1)
314
return SqlBoolean.
Null
;
fx\src\data\System\Data\Common\SQLTypes\SQlBooleanStorage.cs (2)
25
: base(column, typeof(SqlBoolean), SqlBoolean.
Null
, SqlBoolean.
Null
, StorageType.SqlBoolean) {
fx\src\data\System\Data\SqlClient\SqlBuffer.cs (1)
446
return SqlBoolean.
Null
;
fx\src\data\System\Data\SqlClient\SqlEnums.cs (1)
394
else if (sqlType == typeof(SqlBoolean)) return SqlBoolean.
Null
;
fx\src\data\System\Data\SQLTypes\SQLBinary.cs (5)
256
return SqlBoolean.
Null
;
279
return SqlBoolean.
Null
;
291
return SqlBoolean.
Null
;
303
return SqlBoolean.
Null
;
316
return SqlBoolean.
Null
;
fx\src\data\System\Data\SQLTypes\SQLBoolean.cs (20)
81
/// Gets whether the current <see cref='System.Data.SqlTypes.SqlBoolean.Value'/> is <see cref='System.Data.SqlTypes.SqlBoolean.
Null
'/>.
171
return SqlBoolean.
Null
;
204
return SqlBoolean.
Null
;
221
return SqlBoolean.
Null
;
254
return SqlBoolean.
Null
;
282
return(x.IsNull || y.IsNull) ?
Null
: new SqlBoolean(x.m_value != y.m_value);
297
return x.IsNull ?
Null
: new SqlBoolean(x.Value != 0);
305
return x.IsNull ?
Null
: new SqlBoolean(x.Value != 0);
313
return x.IsNull ?
Null
: new SqlBoolean(x.Value != 0);
321
return x.IsNull ?
Null
: new SqlBoolean(x.Value != 0);
329
return x.IsNull ?
Null
: new SqlBoolean(x.Value != 0.0);
337
return x.IsNull ?
Null
: new SqlBoolean(x.Value != 0.0);
345
return x.IsNull ?
Null
: (x != SqlMoney.Zero);
353
return x.IsNull ? SqlBoolean.
Null
: new SqlBoolean(x.m_data1 != 0 || x.m_data2 != 0 ||
363
return x.IsNull ?
Null
: SqlBoolean.Parse(x.Value);
371
return(x.IsNull || y.IsNull) ? SqlBoolean.
Null
: new SqlBoolean(x.m_value == y.m_value);
385
return(x.IsNull || y.IsNull) ? SqlBoolean.
Null
: new SqlBoolean(x.m_value < y.m_value);
392
return(x.IsNull || y.IsNull) ? SqlBoolean.
Null
: new SqlBoolean(x.m_value > y.m_value);
399
return(x.IsNull || y.IsNull) ? SqlBoolean.
Null
: new SqlBoolean(x.m_value <= y.m_value);
406
return(x.IsNull || y.IsNull) ? SqlBoolean.
Null
: new SqlBoolean(x.m_value >= y.m_value);
fx\src\data\System\Data\SQLTypes\SQLByte.cs (5)
342
return(x.IsNull || y.IsNull) ? SqlBoolean.
Null
: new SqlBoolean(x.m_value == y.m_value);
356
return(x.IsNull || y.IsNull) ? SqlBoolean.
Null
: new SqlBoolean(x.m_value < y.m_value);
363
return(x.IsNull || y.IsNull) ? SqlBoolean.
Null
: new SqlBoolean(x.m_value > y.m_value);
370
return(x.IsNull || y.IsNull) ? SqlBoolean.
Null
: new SqlBoolean(x.m_value <= y.m_value);
377
return(x.IsNull || y.IsNull) ? SqlBoolean.
Null
: new SqlBoolean(x.m_value >= y.m_value);
fx\src\data\System\Data\SQLTypes\SQLDateTime.cs (5)
502
return(x.IsNull || y.IsNull) ? SqlBoolean.
Null
: new SqlBoolean(x.m_day == y.m_day && x.m_time == y.m_time);
510
return(x.IsNull || y.IsNull) ? SqlBoolean.
Null
:
515
return(x.IsNull || y.IsNull) ? SqlBoolean.
Null
:
520
return(x.IsNull || y.IsNull) ? SqlBoolean.
Null
:
525
return(x.IsNull || y.IsNull) ? SqlBoolean.
Null
:
fx\src\data\System\Data\SQLTypes\SQLDecimal.cs (5)
2770
return(x.IsNull || y.IsNull) ? SqlBoolean.
Null
: new SqlBoolean(x.CompareNm(y) == EComparison.EQ);
2784
return(x.IsNull || y.IsNull) ? SqlBoolean.
Null
: new SqlBoolean(x.CompareNm(y) == EComparison.LT);
2791
return(x.IsNull || y.IsNull) ? SqlBoolean.
Null
: new SqlBoolean(x.CompareNm(y) == EComparison.GT);
2799
return SqlBoolean.
Null
;
2811
return SqlBoolean.
Null
;
fx\src\data\System\Data\SQLTypes\SQLDouble.cs (5)
292
return(x.IsNull || y.IsNull) ? SqlBoolean.
Null
: new SqlBoolean(x.m_value == y.m_value);
306
return(x.IsNull || y.IsNull) ? SqlBoolean.
Null
: new SqlBoolean(x.m_value < y.m_value);
313
return(x.IsNull || y.IsNull) ? SqlBoolean.
Null
: new SqlBoolean(x.m_value > y.m_value);
320
return(x.IsNull || y.IsNull) ? SqlBoolean.
Null
: new SqlBoolean(x.m_value <= y.m_value);
327
return(x.IsNull || y.IsNull) ? SqlBoolean.
Null
: new SqlBoolean(x.m_value >= y.m_value);
fx\src\data\System\Data\SQLTypes\SQLGuid.cs (5)
208
return(x.IsNull || y.IsNull) ? SqlBoolean.
Null
: new SqlBoolean(Compare(x, y) == EComparison.EQ);
222
return(x.IsNull || y.IsNull) ? SqlBoolean.
Null
: new SqlBoolean(Compare(x, y) == EComparison.LT);
229
return(x.IsNull || y.IsNull) ? SqlBoolean.
Null
: new SqlBoolean(Compare(x, y) == EComparison.GT);
237
return SqlBoolean.
Null
;
248
return SqlBoolean.
Null
;
fx\src\data\System\Data\SQLTypes\SQLInt16.cs (5)
352
return(x.IsNull || y.IsNull) ? SqlBoolean.
Null
: new SqlBoolean(x.m_value == y.m_value);
366
return(x.IsNull || y.IsNull) ? SqlBoolean.
Null
: new SqlBoolean(x.m_value < y.m_value);
373
return(x.IsNull || y.IsNull) ? SqlBoolean.
Null
: new SqlBoolean(x.m_value > y.m_value);
380
return(x.IsNull || y.IsNull) ? SqlBoolean.
Null
: new SqlBoolean(x.m_value <= y.m_value);
387
return(x.IsNull || y.IsNull) ? SqlBoolean.
Null
: new SqlBoolean(x.m_value >= y.m_value);
fx\src\data\System\Data\SQLTypes\SQLInt32.cs (5)
364
return(x.IsNull || y.IsNull) ? SqlBoolean.
Null
: new SqlBoolean(x.m_value == y.m_value);
378
return(x.IsNull || y.IsNull) ? SqlBoolean.
Null
: new SqlBoolean(x.m_value < y.m_value);
385
return(x.IsNull || y.IsNull) ? SqlBoolean.
Null
: new SqlBoolean(x.m_value > y.m_value);
392
return(x.IsNull || y.IsNull) ? SqlBoolean.
Null
: new SqlBoolean(x.m_value <= y.m_value);
399
return(x.IsNull || y.IsNull) ? SqlBoolean.
Null
: new SqlBoolean(x.m_value >= y.m_value);
fx\src\data\System\Data\SQLTypes\SQLInt64.cs (5)
419
return(x.IsNull || y.IsNull) ? SqlBoolean.
Null
: new SqlBoolean(x.m_value == y.m_value);
433
return(x.IsNull || y.IsNull) ? SqlBoolean.
Null
: new SqlBoolean(x.m_value < y.m_value);
440
return(x.IsNull || y.IsNull) ? SqlBoolean.
Null
: new SqlBoolean(x.m_value > y.m_value);
447
return(x.IsNull || y.IsNull) ? SqlBoolean.
Null
: new SqlBoolean(x.m_value <= y.m_value);
454
return(x.IsNull || y.IsNull) ? SqlBoolean.
Null
: new SqlBoolean(x.m_value >= y.m_value);
fx\src\data\System\Data\SQLTypes\SQLMoney.cs (5)
432
return(x.IsNull || y.IsNull) ? SqlBoolean.
Null
: new SqlBoolean(x.m_value == y.m_value);
446
return(x.IsNull || y.IsNull) ? SqlBoolean.
Null
: new SqlBoolean(x.m_value < y.m_value);
453
return(x.IsNull || y.IsNull) ? SqlBoolean.
Null
: new SqlBoolean(x.m_value > y.m_value);
460
return(x.IsNull || y.IsNull) ? SqlBoolean.
Null
: new SqlBoolean(x.m_value <= y.m_value);
467
return(x.IsNull || y.IsNull) ? SqlBoolean.
Null
: new SqlBoolean(x.m_value >= y.m_value);
fx\src\data\System\Data\SQLTypes\SQLSingle.cs (5)
297
return(x.IsNull || y.IsNull) ? SqlBoolean.
Null
: new SqlBoolean(x.m_value == y.m_value);
311
return(x.IsNull || y.IsNull) ? SqlBoolean.
Null
: new SqlBoolean(x.m_value < y.m_value);
318
return(x.IsNull || y.IsNull) ? SqlBoolean.
Null
: new SqlBoolean(x.m_value > y.m_value);
325
return(x.IsNull || y.IsNull) ? SqlBoolean.
Null
: new SqlBoolean(x.m_value <= y.m_value);
332
return(x.IsNull || y.IsNull) ? SqlBoolean.
Null
: new SqlBoolean(x.m_value >= y.m_value);
fx\src\data\System\Data\SQLTypes\SQLString.cs (2)
463
return SqlBoolean.
Null
;
492
return SqlBoolean.
Null
;