ADO.NET in a Nutshell

SqlRowUpdatedEventArgs

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

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

Hierarchy

System.Object figs/u2192.gif System.EventArgs figs/u2192.gif System.Data.Common.RowUpdatedEventArgs figs/u2192.gif SqlRowUpdatedEventArgs

Passed To

SqlRowUpdatedEventHandler.{BeginInvoke( ) , Invoke( )}

Категории