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
;
1203
return
Null
;
1222
return
Null
;
1420
return
Null
;
1656
return
Null
;
1743
return x.IsNull ?
Null
: new SqlDecimal(x.ByteValue);
1749
return x.IsNull ?
Null
: new SqlDecimal(x.Value);
1755
return x.IsNull ?
Null
: new SqlDecimal(x.Value);
1761
return x.IsNull ?
Null
: new SqlDecimal(x.Value);
1767
return x.IsNull ?
Null
: new SqlDecimal(x.Value);
1773
return x.IsNull ?
Null
: new SqlDecimal(x.ToDecimal());
1782
return x.IsNull ? SqlDecimal.
Null
: new SqlDecimal(x.Value);
1788
return x.IsNull ? SqlDecimal.
Null
: new SqlDecimal(x.Value);
1795
return x.IsNull ?
Null
: SqlDecimal.Parse(x.Value);
2362
return SqlDecimal.
Null
;
2376
return SqlDecimal.
Null
;
3082
return SqlDecimal.
Null
;
3095
return SqlDecimal.
Null
;
3123
return SqlDecimal.
Null
;
3163
return SqlDecimal.
Null
;
3256
return SqlDecimal.
Null
;