asp.net.ph

DataRow.IsNull Method ( DataColumn, DataRowVersion )

System.Data Namespace   DataRow Class


Checks whether the specified DataColumn and DataRowVersion contains a null value.

[ VB ]
Overloads Public Function IsNull ( _
   ByVal column As DataColumn _
   ByVal version As DataRowVersion _
) As Boolean

[ C# ]
public bool IsNull (
   DataColumn column
   DataRowVersion version
);

[ C++ ]
public: bool IsNull (
   DataColumn* column
   DataRowVersion version
);

[ JScript ]
public function IsNull (
   column : DataColumn
   version : DataRowVersion
) : Boolean

Parameters

column
A DataColumn.
version
One of the DataRowVersion values.

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




Home
Suggested Reading


Previous page Back to top Next page

© 2000-2010 Rey Nuñez All rights reserved.

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

You can help support asp.net.ph