BusinessLogicRowUpdatedEventArgs Members

Include Protected Members
Include Inherited Members

This API supports the .NET Framework infrastructure and is not intended to be used directly from your code.

The BusinessLogicRowUpdatedEventArgs type exposes the following members.

Methods

  Name Description
Public method CopyToRows(array<DataRow[]) (Inherited from RowUpdatedEventArgs.)
Public method CopyToRows(array<DataRow[], Int32) (Inherited from RowUpdatedEventArgs.)
Public method Equals(Object) (Inherited from Object.)
Protected method Finalize() (Inherited from Object.)
Public method GetHashCode() (Inherited from Object.)
Public method GetType() (Inherited from Object.)
Protected method MemberwiseClone() (Inherited from Object.)
Public method ToString() (Inherited from Object.)

Top

Properties

  Name Description
Public property Command
Public property Errors (Inherited from RowUpdatedEventArgs.)
Public property RecordsAffected (Inherited from RowUpdatedEventArgs.)
Public property Row (Inherited from RowUpdatedEventArgs.)
Public property RowCount (Inherited from RowUpdatedEventArgs.)
Public property StatementType (Inherited from RowUpdatedEventArgs.)
Public property Status (Inherited from RowUpdatedEventArgs.)
Public property TableMapping (Inherited from RowUpdatedEventArgs.)

Top