DataRow.IsNull Method (DataColumn, DataRowVersion)
.NET Framework (current version)
Gets a value that indicates whether the specified DataColumn and DataRowVersion contains a null value.
Assembly: System.Data (in System.Data.dll)
Parameters
- column
-
Type:
System.Data.DataColumn
A DataColumn.
- version
-
Type:
System.Data.DataRowVersion
One of the DataRowVersion values that specifies the row version. Possible values are Default, Original, Current, and Proposed.
.NET Framework
Available since 1.1
Available since 1.1
Show: