ComponentOne DataObjects for .NET
RowUpdateEventArgs Class Members
Properties 

C1.Data.2 Assembly > C1.Data Namespace : RowUpdateEventArgs Class

The following tables list the members exposed by RowUpdateEventArgs.

Public Properties
 NameDescription
Public PropertyFor a deleted row, the object representing the SQL DELETE command used to delete the row from the database.  
Public PropertyFor an unsuccessful operation, information detailing the error.  
Public PropertyFor an added row, the object representing the SQL INSERT command used to add the row to the database.  
Public PropertyThe row that is committed to the database.  
Public PropertyFor a modified and added row, the object representing the SQL SELELCT command used to refresh the row with database values after the row has been committed to the database.  
Public PropertySuccess or failure status of the database access operation. For an unsuccessful operation, specifies the cause of failure.  
Public PropertySuccess or failure status of the operation. In events occurring before operation and allowing to change the status argument, user code can change the status to indicate whether to proceed with the operation, skip or abort it.  
Public PropertyReturns the table collection with all data being updated to the database.  
Public PropertyReturns the table view collection with all data being updated to the database.  
Public PropertyFor a modified row, the object representing the SQL UPDATE command used to add the row to the database.  
Top
See Also

Reference

RowUpdateEventArgs Class
C1.Data Namespace
Events on Updating Database
Events in Updating a Row
RowUpdateEventHandler Delegate