18 references to Null
System.Data.Common (18)
System\Data\Common\SQLConvert.cs (1)
165
return SqlSingle.
Null
;
System\Data\Common\SQLTypes\SQLSingleStorage.cs (2)
19
: base(column, typeof(SqlSingle), SqlSingle.
Null
, SqlSingle.
Null
, StorageType.SqlSingle)
System\Data\SQLTypes\SQLSingle.cs (15)
87
return SqlSingle.
Null
;
96
return x.IsNull ?
Null
: new SqlSingle(-x._value);
106
return
Null
;
119
return
Null
;
132
return
Null
;
145
return
Null
;
165
return x.IsNull ?
Null
: new SqlSingle(x.ByteValue);
172
return x.IsNull ?
Null
: new SqlSingle(x.Value);
179
return x.IsNull ?
Null
: new SqlSingle(x.Value);
186
return x.IsNull ?
Null
: new SqlSingle(x.Value);
193
return x.IsNull ?
Null
: new SqlSingle(x.Value);
199
return x.IsNull ?
Null
: new SqlSingle(x.ToDouble());
206
return x.IsNull ?
Null
: new SqlSingle(x.ToDouble());
216
return x.IsNull ?
Null
: new SqlSingle(x.Value);
224
return SqlSingle.
Null
;