Name

IsNull

Synopsis


Boolean isNull = DataRow.IsNull(DataColumn col)

Boolean isNull = DataRow.IsNull(Integer columnIndex)

Boolean isNull = DataRow.IsNull(String columnName)

Boolean isNull = DataRow.IsNull(DataColumn col, DataRowVersion drv)

Returns a value indicating whether the specified column contains a null value. An optional argument allows the DataRowVersion of the column to be specified.