DataRow.SetNull(DataColumn) Method

Definition

Sets the value of the specified DataColumn to a null value.

protected:
 void SetNull(System::Data::DataColumn ^ column);
protected void SetNull (System.Data.DataColumn column);
member this.SetNull : System.Data.DataColumn -> unit
Protected Sub SetNull (column As DataColumn)

Parameters

Remarks

Use the IsNull method to determine whether a column contains a null value.

Applies to