Share via


AdoDotNetReader.IsNullItem(Int32) Method

Definition

Indicates whether the value of the data item at the specified index is unspecified, that 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 of the data item to examine.

Returns

true if the item is null, that is, unspecified; otherwise false.

Applies to