Represents the method that handles the RowUpdating event of an SADataAdapter.
Visual Basic Public Delegate Sub SARowUpdatingEventHandler( _ ByVal sender As Object, _ ByVal e As SARowUpdatingEventArgs _ )
C# public delegate void SARowUpdatingEventHandler( object sender, SARowUpdatingEventArgs e );
Discuss this page in DocCommentXchange. Send feedback about this page using email. |
Copyright © 2009, iAnywhere Solutions, Inc. - SQL Anywhere 11.0.1 |