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