'Declaration
Public Function New( _ ByVal dataRow As DataRow, _ ByVal command As IDbCommand, _ ByVal statementType As StatementType, _ ByVal tableMapping As DataTableMapping _ )
public MimerRowUpdatedEventArgs( DataRow dataRow, IDbCommand command, StatementType statementType, DataTableMapping tableMapping )
public MimerRowUpdatedEventArgs( dataRow: DataRow; command: IDbCommand; statementType: StatementType; tableMapping: DataTableMapping );
public function MimerRowUpdatedEventArgs( dataRow : DataRow, command : IDbCommand, statementType : StatementType, tableMapping : DataTableMapping );
public: MimerRowUpdatedEventArgs( DataRow* dataRow, IDbCommand* command, StatementType statementType, DataTableMapping* tableMapping )
Parameters
- dataRow
- The current System.Data.DataRow.
- command
- The current MimerCommand.
- statementType
- The type of statement, using enumeration System.Data.StatementType.
- tableMapping
- The current System.Data.Common.DataTableMapping object.