25 references to Null
System.Data.Common (25)
System\Data\Common\SQLConvert.cs (1)
135
return SqlDecimal.
Null
;
System\Data\Common\SQLTypes\SQLDecimalStorage.cs (2)
19
: base(column, typeof(SqlDecimal), SqlDecimal.
Null
, SqlDecimal.
Null
, StorageType.SqlDecimal)
System\Data\SQLTypes\SQLDecimal.cs (22)
997
return SqlDecimal.
Null
;
999
SqlDecimal snResult = SqlDecimal.
Null
;
1210
return
Null
;
1229
return
Null
;
1427
return
Null
;
1663
return
Null
;
1750
return x.IsNull ?
Null
: new SqlDecimal(x.ByteValue);
1756
return x.IsNull ?
Null
: new SqlDecimal(x.Value);
1762
return x.IsNull ?
Null
: new SqlDecimal(x.Value);
1768
return x.IsNull ?
Null
: new SqlDecimal(x.Value);
1774
return x.IsNull ?
Null
: new SqlDecimal(x.Value);
1780
return x.IsNull ?
Null
: new SqlDecimal(x.ToDecimal());
1789
return x.IsNull ? SqlDecimal.
Null
: new SqlDecimal(x.Value);
1795
return x.IsNull ? SqlDecimal.
Null
: new SqlDecimal(x.Value);
1802
return x.IsNull ?
Null
: SqlDecimal.Parse(x.Value);
2369
return SqlDecimal.
Null
;
2383
return SqlDecimal.
Null
;
3089
return SqlDecimal.
Null
;
3102
return SqlDecimal.
Null
;
3130
return SqlDecimal.
Null
;
3170
return SqlDecimal.
Null
;
3263
return SqlDecimal.
Null
;