asp.net.ph

DataRow.CancelEdit Method

System.Data Namespace   DataRow Class


Cancels the current edit on the row.

[ VB ]
Public Sub CancelEdit ( )

[ C# ]
void CancelEdit ( );

[ C++ ]
public: void CancelEdit ( );

[ JScript ]
public function CancelEdit ( );

Exceptions


Exception Type Condition
InRowChangingEventException Occurs when the method was called inside the RowChanging event.

Remarks

See the BeginEdit method for more details.

See Also

DataRow Members   AcceptChanges   BeginEdit   DataViewRowState   EndEdit   HasVersion   Item   RowState 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