BMXNET 4.0 Developer API

Namespace:  IndianHealthService.BMXNet.Ado
Assembly:  BMXNET40 (in BMXNET40.dll)

Syntax

         
 C#  Visual Basic  Visual C++ 
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

Parameters

dataRow
DataRow
command
IDbCommand
statementType
StatementType
tableMapping
DataTableMapping

See Also