Data Port Sync 1.0.500

SqlCeRowUpdatingEventArgs Members

SqlCeRowUpdatingEventArgs overview

Public Instance Constructors

SqlCeRowUpdatingEventArgs Constructor Initializes a new instance of a SqlCeRowUpdatingEventArgs object.

Public Instance Properties

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

Public Instance Methods

Equals (inherited from Object)Determines whether the specified Object is equal to the current Object.
GetHashCode (inherited from Object)Serves as a hash function for a particular type. GetHashCode is suitable for use in hashing algorithms and data structures like a hash table.
GetType (inherited from Object)Gets the Type of the current instance.
ToString (inherited from Object)Returns a String that represents the current Object.

Protected Instance Properties

BaseCommand (inherited from RowUpdatingEventArgs)Gets or sets the IDbCommand object for an instance of this class.

Protected Instance Methods

Finalize (inherited from Object)Allows an Object to attempt to free resources and perform other cleanup operations before the Object is reclaimed by garbage collection.
MemberwiseClone (inherited from Object)Creates a shallow copy of the current Object.

See Also

SqlCeRowUpdatingEventArgs Class | Primeworks.DesktopSqlCe Namespace