Sets the specified column's value to a null value.
[Visual Basic] 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 );
Use the IsNull method to determine if a column contains a null value.