DekGenius.com
[ Team LiB ] Previous Section Next Section

SqlRowUpdatingEventArgs

System.Data.SqlClient (system.data.dll) sealed class

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.DataRow row,  System.Data.IDbCommand command,
        System.Data.StatementType statementType, System.Data.Common.DataTableMapping tableMapping);
// Public Instance Properties
   public SqlCommand Command{set; get; } 
}

Hierarchy

System.Object figs/U2192.gif System.EventArgs figs/U2192.gif System.Data.Common.RowUpdatingEventArgs figs/U2192.gif SqlRowUpdatingEventArgs

Passed To

SqlRowUpdatingEventHandler.{BeginInvoke( ) , Invoke( )}

    [ Team LiB ] Previous Section Next Section