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




Home
Suggested Reading


Previous page Back to top Next page

© 2000-2010 Rey Nuñez All rights reserved.

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

You can help support asp.net.ph