System.Data Namespace DataRow Class
Sets the specified column's value to a null value.
[ VB ]
Protected Sub SetNull ( _
ByVal column As DataColumn _
)
[ C# ]
Protected void SetNull (
DataColumn column
);
[ C++ ]
protected: void SetNull (
DataColumn* column
);
[ JScript ]
Protected function SetNull (
column : DataColumn
);
- column
- A DataColumn.
Use the IsNull method to determine if a column contains a null value.
DataRow Members