April 2003
Beginner to intermediate
620 pages
21h 48m
English
SqlRowUpdatedEventArgs
This System.EventArgs class provides data for the
SqlDataAdapter.RowUpdated event. For more
information, refer to the abstract base class
System.Data.Common.RowUpdatedEventArgs, which
defines all members.
public sealed class SqlRowUpdatedEventArgs : System.Data.Common.RowUpdatedEventArgs { // Public Constructors public SqlRowUpdatedEventArgs(System.Data.DataRowrow, System.Data.IDbCommandcommand, System.Data.StatementTypestatementType, System.Data.Common.DataTableMappingtableMapping); // Public Instance Properties public SqlCommand Command{get; } }
System.Object
→
System.EventArgs
→
System.Data.Common.RowUpdatedEventArgs
→
SqlRowUpdatedEventArgs
SqlRowUpdatedEventHandler.{BeginInvoke( ), Invoke( )}
Read now
Unlock full access