OdbcRowUpdatingEventArgs Constructor (DataRow^, IDbCommand^, StatementType, DataTableMapping^)
.NET Framework (current version)
Initializes a new instance of the OdbcRowUpdatingEventArgs class.
Assembly: System.Data (in System.Data.dll)
public:
OdbcRowUpdatingEventArgs(
DataRow^ row,
IDbCommand^ command,
StatementType statementType,
DataTableMapping^ tableMapping
)
Parameters
- row
-
Type:
System.Data::DataRow^
The DataRow to update.
- command
-
Type:
System.Data::IDbCommand^
The OdbcCommand to execute during the update operation.
- statementType
-
Type:
System.Data::StatementType
One of the StatementType values that specifies the type of query executed.
- tableMapping
-
Type:
System.Data.Common::DataTableMapping^
The DataTableMapping sent through Update.
.NET Framework
Available since 1.1
Available since 1.1
Show: