SqlCeRowUpdatedEventArgs Properties

Public Properties

  Name Description
Public property Supported by the .NET Compact Framework Command Gets the SqlCeCommand executed when Update is called.
Public property Supported by the .NET Compact Framework Errors  Gets any errors generated by the .NET Framework data provider when the Command was executed. (Inherited from RowUpdatedEventArgs.)
Public property Supported by the .NET Compact Framework RecordsAffected  Gets the number of rows changed, inserted, or deleted by execution of the SQL statement. (Inherited from RowUpdatedEventArgs.)
Public property Supported by the .NET Compact Framework Row  Gets the DataRow sent through an Update. (Inherited from RowUpdatedEventArgs.)
Public property Supported by the .NET Compact Framework RowCount  Gets the number of rows processed in a batch of updated records. (Inherited from RowUpdatedEventArgs.)
Public property Supported by the .NET Compact Framework StatementType  Gets the type of SQL statement executed. (Inherited from RowUpdatedEventArgs.)
Public property Supported by the .NET Compact Framework Status  Gets the UpdateStatus of the Command property. (Inherited from RowUpdatedEventArgs.)
Public property Supported by the .NET Compact Framework TableMapping  Gets the DataTableMapping sent through an Update. (Inherited from RowUpdatedEventArgs.)

Top

See Also

Reference

SqlCeRowUpdatedEventArgs Class
System.Data.SqlServerCe Namespace