AdoDotNetDataTableReader.IsNullItem(Int32) Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Retrieves a Boolean value indicating whether the data item at the specified index is null.
public:
override bool IsNullItem(int index);
public override bool IsNullItem (int index);
override this.IsNullItem : int -> bool
Public Overrides Function IsNullItem (index As Integer) As Boolean
Parameters
- index
- Int32
Index into the field specifying the data item for which to test for null.
Returns
Returns true if the data item is null; otherwise returns false.