SqlCeRowUpdatingEventArgs Properties

Public Properties

(see also Protected Properties )

  Name Description
Public property Supported by the .NET Compact Framework Command Gets or sets the SqlCeCommand to execute when performing an Update.
Public property Supported by the .NET Compact Framework Errors  Gets any errors generated by the .NET Framework data provider when the Command executes. (Inherited from RowUpdatingEventArgs.)
Public property Supported by the .NET Compact Framework Row  Gets the DataRow that will be sent to the server as part of an insert, update, or delete operation. (Inherited from RowUpdatingEventArgs.)
Public property Supported by the .NET Compact Framework StatementType  Gets the type of SQL statement to execute. (Inherited from RowUpdatingEventArgs.)
Public property Supported by the .NET Compact Framework Status  Gets or sets the UpdateStatus of the Command property. (Inherited from RowUpdatingEventArgs.)
Public property Supported by the .NET Compact Framework TableMapping  Gets the DataTableMapping to send through the Update. (Inherited from RowUpdatingEventArgs.)

Top

Protected Properties

  Name Description
Protected property Supported by the .NET Compact Framework BaseCommand  Gets or sets the IDbCommand object for an instance of this class. (Inherited from RowUpdatingEventArgs.)

Top

See Also

Reference

SqlCeRowUpdatingEventArgs Class
System.Data.SqlServerCe Namespace