Share via


AdoDotNetDataTableReader.IsNullItem(Int32) Method

Definition

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.

Applies to