OdbcRowUpdatedEventArgs Constructor (DataRow^, IDbCommand^, StatementType, DataTableMapping^)
.NET Framework (current version)
Initializes a new instance of the OdbcRowUpdatedEventArgs class.
Assembly: System.Data (in System.Data.dll)
public:
OdbcRowUpdatedEventArgs(
DataRow^ row,
IDbCommand^ command,
StatementType statementType,
DataTableMapping^ tableMapping
)
Parameters
- row
-
Type:
System.Data::DataRow^
The DataRow sent through an update operation.
- command
-
Type:
System.Data::IDbCommand^
The OdbcCommand executed when Update is called.
- 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: