Share via


SqlCeDataAdapter.CreateRowUpdatedEvent Method

Note: This namespace, class, or member is supported only in version 1.1 of the .NET Framework.

This member overrides DbDataAdapter.CreateRowUpdatedEvent.

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

Requirements

Platforms: .NET Compact Framework

.NET Framework Security:

See Also

SqlCeDataAdapter Class | SqlCeDataAdapter Members | System.Data.SqlServerCe Namespace

Syntax based on .NET Framework version 1.1.
Documentation version 1.1.1.

Send comments on this topic.

© Microsoft Corporation. All rights reserved.