asp.net.ph

RowUpdatingEventArgs Class

System.Data.Common Namespace


Provides data for the RowUpdating event of a .NET data provider.

RowUpdatingEventArgs Class Members

Collapse   Constructors

Visibility Constructor Parameters
public RowUpdatingEventArgs ( DataRow dataRow , IDbCommand command , StatementType statementType , DataTableMapping tableMapping )

Collapse   Properties

Visibility Name Value Type Accessibility
public Command IDbCommand [ Get , Set ]
public Errors Exception [ Get , Set ]
public Row DataRow [ Get ]
public StatementType StatementType [ Get ]
public Status UpdateStatus [ Get , Set ]
public TableMapping DataTableMapping [ Get ]

Remarks

The RowUpdating event is raised when an Update to a row begins.

See Also

OleDbRowUpdatingEventArgs   SqlRowUpdatingEventArgs Skip Navigation Links




Previous page Back to top Next page

Check out related books at Amazon

© 2025 Reynald Nuñez and asp.net.ph. All rights reserved.

If you have any question, comment or suggestion
about this site, please send us a note