Data Port Sync 1.0.500

SqlCeRowUpdatingEventArgs Constructor 

[This is preliminary documentation and subject to change.]

Initializes a new instance of a SqlCeRowUpdatingEventArgs object.

[Visual Basic]
Public Sub New( _
   ByVal DataRow As DataRow, _
   ByVal IDbCommand As IDbCommand, _
   ByVal StatementType As StatementType, _
   ByVal DataTableMapping As DataTableMapping _
)
[C#]
public SqlCeRowUpdatingEventArgs(
   DataRow row,
   IDbCommand command,
   StatementType statementType,
   DataTableMapping tableMapping
);

Parameters

DataRow
The DataRow to Update
IDbCommand
The Commmand used during Update.
StatementType
One of the StatementType values that specifies the type of query executed.
DataTableMapping
The DataTableMapping sent through an Update.

See Also

SqlCeRowUpdatingEventArgs Class | Primeworks.DesktopSqlCe Namespace