System.Data Namespace DataRow Class
Deletes the row.
[ VB ] Public Sub Delete ( ) [ C# ] void Delete ( ); [ C++ ] public: void Delete ( ); [ JScript ] public function Delete ( );
If the RowState of the row is New, the row will be removed from the table.
The RowState becomes Deleted after using the Delete method.
A deleted row can be undeleted by invoking RejectChanges.
DataRow Members DataRowState DataViewRowState RowState
© 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