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