CreateRowUpdatingEvent Method

MySQL Connector.Net

Collapse image Expand Image Copy image CopyHover image

Namespace: MySql.Data.MySqlClient
Assembly: MySql.Data (in MySql.Data.dll) Version: 6.8.4.0

Syntax

C#
protected override RowUpdatingEventArgs CreateRowUpdatingEvent(
	DataRow dataRow,
	IDbCommand command,
	StatementType statementType,
	DataTableMapping tableMapping
)
Visual Basic
Protected Overrides Function CreateRowUpdatingEvent ( _
	dataRow As DataRow, _
	command As IDbCommand, _
	statementType As StatementType, _
	tableMapping As DataTableMapping _
) As RowUpdatingEventArgs
Visual C++
protected:
virtual RowUpdatingEventArgs^ CreateRowUpdatingEvent(
	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

Return Value

See Also