In The Hand LtdIn The Hand
CERowUpdatingEventArgs Class
NamespacesInTheHand.Data.WindowsCECERowUpdatingEventArgs
.NET Components for Mobility
Provides data for the RowUpdating event.
Declaration Syntax
C#Visual Basic
public sealed class CERowUpdatingEventArgs : RowUpdatingEventArgs
Public NotInheritable Class CERowUpdatingEventArgs _
	Inherits RowUpdatingEventArgs
Members
All MembersConstructorsMethodsProperties



IconMemberDescription
CERowUpdatingEventArgs(DataRow, IDbCommand, StatementType, DataTableMapping)
Initializes a new instance of the CERowUpdatingEventArgs class.

BaseCommand
Gets or sets the IDbCommand object for an instance of this class.
(Inherited from RowUpdatingEventArgs.)
Command
Gets or sets the CECommand to execute when performing the [!:CEDataAdapter.Update].

Equals(Object)
Determines whether the specified Object is equal to the current Object.
(Inherited from Object.)
Errors
Gets any errors generated by the .NET Framework data provider when the Command executes.
(Inherited from RowUpdatingEventArgs.)
Finalize()()()()
Allows an Object to attempt to free resources and perform other cleanup operations before the Object is reclaimed by garbage collection.
(Inherited from Object.)
GetHashCode()()()()
Serves as a hash function for a particular type.
(Inherited from Object.)
GetType()()()()
Gets the Type of the current instance.
(Inherited from Object.)
MemberwiseClone()()()()
Creates a shallow copy of the current Object.
(Inherited from Object.)
Row
Gets the DataRow that will be sent to the server as part of an insert, update, or delete operation.
(Inherited from RowUpdatingEventArgs.)
StatementType
Gets the type of SQL statement to execute.
(Inherited from RowUpdatingEventArgs.)
Status
Gets or sets the UpdateStatus of the Command property.
(Inherited from RowUpdatingEventArgs.)
TableMapping
Gets the DataTableMapping to send through the Update(DataSet).
(Inherited from RowUpdatingEventArgs.)
ToString()()()()
Returns a String that represents the current Object.
(Inherited from Object.)
Inheritance Hierarchy
Object
EventArgs
 RowUpdatingEventArgs
  CERowUpdatingEventArgs

Assembly: InTheHand.Data (Module: InTheHand.Data) Version: 7.0.0.0