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