asp.net.ph

DataRow.SetNull Method

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
);

Parameters

column
A DataColumn.

Remarks

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

See Also

DataRow Members Skip Navigation Links




Previous page Back to top Next page

Check out related books at Amazon

© 2025 Reynald Nuñez and asp.net.ph. All rights reserved.

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