asp.net.ph

DataRow.IsNull Method ( Int32 )

System.Data Namespace   DataRow Class


Checks whether the column at the specified index contains a null value.

[ VB ]
Overloads Public Function IsNull ( _
   ByVal columnIndex As Integer _
) As Boolean

[ C# ]
public bool IsNull (
   int columnIndex
);

[ C++ ]
public: bool IsNull (
   int columnIndex
);

[ JScript ]
public function IsNull (
   columnIndex : int
) : Boolean

Parameters

columnIndex
The zero-based index of the column.

Return Value

This method returns only a boolean value: true if the column contains a null value; otherwise, false.

The property is read only with no default value.

See Also

DataRow Members   DataRow.IsNull Overload List Skip Navigation Links


Previous page Back to top Next page

Check out related books at Amazon

© 2025 Reynald Nuñez and asp.net.ph. All rights reserved.

If you have any question, comment or suggestion
about this site, please send us a note