MySqlDataAdapter.CreateRowUpdatedEvent Method

MySQL Connector/Net

MySqlDataAdapterCreateRowUpdatedEvent Method

Namespace: MySql.Data.MySqlClient
Assembly: MySql.Data (in MySql.Data.dll) Version: 6.9.9
Syntax
protected override RowUpdatedEventArgs CreateRowUpdatedEvent(
	DataRow dataRow,
	IDbCommand command,
	StatementType statementType,
	DataTableMapping tableMapping
)
Protected Overrides Function CreateRowUpdatedEvent ( 
	dataRow As DataRow,
	command As IDbCommand,
	statementType As StatementType,
	tableMapping As DataTableMapping
) As RowUpdatedEventArgs
protected:
virtual RowUpdatedEventArgs^ CreateRowUpdatedEvent(
	DataRow^ dataRow, 
	IDbCommand^ command, 
	StatementType statementType, 
	DataTableMapping^ tableMapping
) override
abstract CreateRowUpdatedEvent : 
        dataRow : DataRow * 
        command : IDbCommand * 
        statementType : StatementType * 
        tableMapping : DataTableMapping -> RowUpdatedEventArgs 
override CreateRowUpdatedEvent : 
        dataRow : DataRow * 
        command : IDbCommand * 
        statementType : StatementType * 
        tableMapping : DataTableMapping -> RowUpdatedEventArgs 

Parameters

dataRow
Type: System.DataDataRow
command
Type: System.DataIDbCommand
statementType
Type: System.DataStatementType
tableMapping
Type: System.Data.CommonDataTableMapping

Return Value

Type: RowUpdatedEventArgs
See Also