28 references to IsObjectNull
System.Data.Common (28)
System\Data\Common\SQLTypes\SQLBinaryStorage.cs (1)
118
Debug.Assert(!DataStorage.
IsObjectNull
(value), "we should have null here");
System\Data\Common\SQLTypes\SQlBooleanStorage.cs (1)
152
Debug.Assert(!DataStorage.
IsObjectNull
(value), "we should have null here");
System\Data\Common\SQLTypes\SQLBytesStorage.cs (1)
116
Debug.Assert(!DataStorage.
IsObjectNull
(value), "we shouldn't have null here");
System\Data\Common\SQLTypes\SQLByteStorage.cs (1)
228
Debug.Assert(!DataStorage.
IsObjectNull
(value), "we shouldn't have null here");
System\Data\Common\SQLTypes\SQLCharsStorage.cs (1)
119
Debug.Assert(!DataStorage.
IsObjectNull
(value), "we shouldn't have null here");
System\Data\Common\SQLTypes\SQLDateTimeStorage.cs (1)
154
Debug.Assert(!DataStorage.
IsObjectNull
(value), "we shouldn't have null here");
System\Data\Common\SQLTypes\SQLDecimalStorage.cs (1)
226
Debug.Assert(!DataStorage.
IsObjectNull
(value), "we shouldn't have null here");
System\Data\Common\SQLTypes\SQLDoubleStorage.cs (1)
227
Debug.Assert(!DataStorage.
IsObjectNull
(value), "we shouldn't have null here");
System\Data\Common\SQLTypes\SQLGuidStorage.cs (1)
119
Debug.Assert(!DataStorage.
IsObjectNull
(value), "we shouldn't have null here");
System\Data\Common\SQLTypes\SQLInt16Storage.cs (1)
227
Debug.Assert(!DataStorage.
IsObjectNull
(value), "we shouldn't have null here");
System\Data\Common\SQLTypes\SQLInt32Storage.cs (1)
227
Debug.Assert(!DataStorage.
IsObjectNull
(value), "we shouldn't have null here");
System\Data\Common\SQLTypes\SQLInt64Storage.cs (1)
228
Debug.Assert(!DataStorage.
IsObjectNull
(value), "we shouldn't have null here");
System\Data\Common\SQLTypes\SQLMoneyStorage.cs (1)
227
Debug.Assert(!DataStorage.
IsObjectNull
(value), "we shouldn't have null here");
System\Data\Common\SQLTypes\SQLSingleStorage.cs (1)
225
Debug.Assert(!DataStorage.
IsObjectNull
(value), "we should have null here");
System\Data\Common\SQLTypes\SQLStringStorage.cs (1)
180
Debug.Assert(!DataStorage.
IsObjectNull
(value), "we shouldn't have null here");
System\Data\DataColumn.cs (3)
450
if (DataStorage.
IsObjectNull
(objValue))
1439
if (DataStorage.
IsObjectNull
(dr[this]))
1701
if (!DataStorage.
IsObjectNull
(value) && ((SqlString)value).Value.Length > MaxLength)
System\Data\DataColumnPropertyDescriptor.cs (1)
60
return (!DataStorage.
IsObjectNull
(dataRowView.GetColumnValue(Column)));
System\Data\DataRelation.cs (1)
207
if (!DataStorage.
IsObjectNull
(values[i]))
System\Data\Filter\BinaryNode.cs (2)
1110
Debug.Assert((!DataStorage.
IsObjectNull
(vLeft)) && (!DataStorage.
IsObjectNull
(vRight)), "Impossible.");
System\Data\Filter\DataExpression.cs (1)
234
return DataStorage.
IsObjectNull
(value);
System\Data\Filter\FunctionNode.cs (4)
365
if (DataStorage.
IsObjectNull
(argumentValues[0]) || DataStorage.
IsObjectNull
(argumentValues[1]))
398
if (DataStorage.
IsObjectNull
(argumentValues[0]))
468
if (DataStorage.
IsObjectNull
(argumentValues[0]))
System\Data\ForeignKeyConstraint.cs (1)
163
if (!DataStorage.
IsObjectNull
(values[i]))