AdoDotNetTableReader.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 in the field specifying the data item for which to test for null.

Returns

true if the data item is null; otherwise, false.

Applies to