Share via


SqlCeRowUpdatedEventArgs Members

Provides data for the RowUpdated event.

The SqlCeRowUpdatedEventArgs type exposes the following members.

Constructors

  Name Description
Public method SqlCeRowUpdatedEventArgs(DataRow, IDbCommand, StatementType, DataTableMapping) Initializes a new instance of the SqlCeRowUpdatedEventArgs class.

Top

Methods

  Name Description
Public method CopyToRows(array<DataRow> [] () [] []) (inherited from RowUpdatedEventArgs)
Public method CopyToRows(array<DataRow> [] () [] [], Int32) (inherited from RowUpdatedEventArgs)
Public method Equals(Object) (inherited from Object)
Protected method Finalize() () () () (inherited from Object)
Public method GetHashCode() () () () (inherited from Object)
Public method GetType() () () () (inherited from Object)
Protected method MemberwiseClone() () () () (inherited from Object)
Public method ToString() () () () (inherited from Object)

Top

Properties

  Name Description
Public property Command Gets the SqlCeCommand executed when Update is called.
Public property Errors (inherited from RowUpdatedEventArgs)
Public property RecordsAffected (inherited from RowUpdatedEventArgs)
Public property Row (inherited from RowUpdatedEventArgs)
Public property RowCount (inherited from RowUpdatedEventArgs)
Public property StatementType (inherited from RowUpdatedEventArgs)
Public property Status (inherited from RowUpdatedEventArgs)
Public property TableMapping (inherited from RowUpdatedEventArgs)

Top

See Also

Reference

SqlCeRowUpdatedEventArgs Class

System.Data.SqlServerCe Namespace