Data Port Sync 1.0.500

SqlCeDataAdapter. Method 

[This is preliminary documentation and subject to change.]

Creates a new SqlCeRowUpdatedEventArgs object from the given parameters.

[Visual Basic]
Overrides Protected Function ( _
   ByVal DataRow As DataRow, _
   ByVal IDbCommand As IDbCommand, _
   ByVal StatementType As StatementType, _
   ByVal DataTableMapping As DataTableMapping _
) As RowUpdatedEventArgs
[C#]
protected override RowUpdatedEventArgs (
   DataRow dataRow,
   IDbCommand command,
   StatementType statementType,
   DataTableMapping tableMapping
);

Parameters

DataRow
The updated DataRow object.
IDbCommand
The SqlCeCommand object.
StatementType
Type of statement.
DataTableMapping
Table mapping object.

Return Value

A new SqlCeRowUpdatedEventArgs object.

See Also

SqlCeDataAdapter Class | Primeworks.DesktopSqlCe Namespace