Implemented interface member:
property
IsNull
System.Data.SqlTypes.INullable.IsNull
48 references to IsNull
System.Data.Common (48)
System\Data\Common\SQLTypes\SQLStringStorage.cs (6)
101
if (valueNo1.
IsNull
&& valueNo2.
IsNull
)
104
if (valueNo1.
IsNull
)
107
if (valueNo2.
IsNull
)
141
return ((value.
IsNull
) ? 0 : value.Value.Length);
146
return (_values[record].
IsNull
);
System\Data\Filter\FunctionNode.cs (1)
409
if (((SqlString)argumentValues[0]).
IsNull
)
System\Data\ProviderBase\SchemaMapping.cs (1)
322
if (!x.
IsNull
)
System\Data\SQLTypes\SQLBoolean.cs (1)
288
return x.
IsNull
? Null : SqlBoolean.Parse(x.Value);
System\Data\SQLTypes\SQLByte.cs (1)
262
return x.
IsNull
? Null : new SqlByte(byte.Parse(x.Value, null));
System\Data\SQLTypes\SQLChars.cs (1)
81
public SqlChars(SqlString value) : this(value.
IsNull
? null : value.Value.ToCharArray())
System\Data\SQLTypes\SQLDateTime.cs (1)
474
return x.
IsNull
? SqlDateTime.Null : SqlDateTime.Parse(x.Value);
System\Data\SQLTypes\SQLDecimal.cs (1)
1795
return x.
IsNull
? Null : SqlDecimal.Parse(x.Value);
System\Data\SQLTypes\SQLDouble.cs (1)
213
if (x.
IsNull
)
System\Data\SQLTypes\SQLGuid.cs (1)
150
return x.
IsNull
? Null : new SqlGuid(x.Value);
System\Data\SQLTypes\SQLInt16.cs (1)
266
return x.
IsNull
? Null : new SqlInt16(short.Parse(x.Value, null));
System\Data\SQLTypes\SQLInt32.cs (1)
275
return x.
IsNull
? SqlInt32.Null : new SqlInt32(int.Parse(x.Value, null));
System\Data\SQLTypes\SQLInt64.cs (1)
334
return x.
IsNull
? Null : new SqlInt64(long.Parse(x.Value, null));
System\Data\SQLTypes\SQLMoney.cs (1)
365
return x.
IsNull
? Null : new SqlMoney(decimal.Parse(x.Value, NumberStyles.Currency, null));
System\Data\SQLTypes\SQLSingle.cs (1)
223
if (x.
IsNull
)
System\Data\SQLTypes\SQLString.cs (28)
232
if (!
IsNull
)
243
if (!
IsNull
)
254
if (!
IsNull
)
263
Debug.Assert(!
IsNull
);
271
if (!
IsNull
)
287
if (!
IsNull
)
315
return
IsNull
? SQLResource.NullString : m_value!;
320
if (
IsNull
)
328
if (
IsNull
)
352
if (x.
IsNull
|| y.
IsNull
)
368
Debug.Assert(!x.
IsNull
&& !y.
IsNull
,
412
if (x.
IsNull
|| y.
IsNull
)
525
if (
IsNull
)
709
return (!
IsNull
&& (m_flag & (SqlCompareOptions.BinarySort | SqlCompareOptions.BinarySort2)) != 0);
775
Debug.Assert(!x.
IsNull
&& !y.
IsNull
);
855
if (
IsNull
)
856
return value.
IsNull
? 0 : -1;
857
else if (value.
IsNull
)
884
other.
IsNull
||
IsNull
? other.
IsNull
&&
IsNull
:
890
if (
IsNull
)
940
if (
IsNull
)