







![]() ![]() |
MySQL Connector/Net |
MySqlDataAdapter..::..CreateRowUpdatedEvent Method |
MySqlDataAdapter Class See Also Send Feedback |
![]() |
Namespace: MySql.Data.MySqlClient
Assembly: MySql.Data (in MySql.Data.dll) Version: 6.8.4.0
Syntax
C# |
---|
protected override RowUpdatedEventArgs CreateRowUpdatedEvent( DataRow dataRow, IDbCommand command, StatementType statementType, DataTableMapping tableMapping ) |
Visual Basic |
---|
Protected Overrides Function CreateRowUpdatedEvent ( _ dataRow As DataRow, _ command As IDbCommand, _ statementType As StatementType, _ tableMapping As DataTableMapping _ ) As RowUpdatedEventArgs |
Visual C++ |
---|
protected: virtual RowUpdatedEventArgs^ CreateRowUpdatedEvent( DataRow^ dataRow, IDbCommand^ command, StatementType statementType, DataTableMapping^ tableMapping ) override |
Parameters
- dataRow
- Type: System.Data..::..DataRow
- command
- Type: System.Data..::..IDbCommand
- statementType
- Type: System.Data..::..StatementType
- tableMapping
- Type: System.Data.Common..::..DataTableMapping