asp.net.ph

RowUpdatedEventArgs Class

System.Data.Common Namespace


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

RowUpdatedEventArgs Class Members

Collapse   Constructors

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

Collapse   Properties

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

Collapse   Methods

Visibility Name Parameters Return Type
public CopyToRows ( DataRow array , Int32 arrayIndex ) Void
public CopyToRows ( DataRow array ) Void

Remarks

The RowUpdated event is raised when an Update to a row has completed.

See Also

OleDbRowUpdatedEventArgs   SqlRowUpdatedEventArgs 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