System.Data.DataRow.IsNull Method

Gets a value that indicates whether the column at the specified index contains a null value.

Syntax

public bool IsNull (int columnIndex)

Parameters

columnIndex
The zero-based index of the column.

Returns

true if the column contains a null value; otherwise, false.

Remarks

Documentation for this section has not yet been entered.

Requirements

Namespace: System.Data
Assembly: System.Data (in System.Data.dll)
Assembly Versions: 1.0.5000.0, 2.0.0.0