This method consumes the RowUpdatingEvent and passes it on to the consumer specifed in the call to UpdateDataset

Namespace: CodeSmith.Engine
Assembly: CodeSmith.Engine (in CodeSmith.Engine.dll) Version: 6.0.0.0 (7.0.0.15127)

Syntax

C#
protected void RowUpdating(
	Object obj,
	RowUpdatingEventArgs e
)
Visual Basic
Protected Sub RowUpdating ( 
	obj As Object,
	e As RowUpdatingEventArgs
)

Parameters

obj
Type: System..::..Object
The object that generated the event
e
Type: System.Data.Common..::..RowUpdatingEventArgs
The System.Data.Common.RowUpdatingEventArgs

See Also