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




Home
Suggested Reading


Previous page Back to top Next page

© 2000-2010 Rey Nuñez All rights reserved.

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

You can help support asp.net.ph