CUBRID ADO.NET Driver - 8.4.0.0
Assembly: CUBRID.Data (in CUBRID.Data.dll) Version: 8.4.0.0 (8.4.0.0)
Initializes a new instance of the CUBRIDRowUpdatedEventArgs class
Namespace: CUBRID.Data.CUBRIDClientAssembly: CUBRID.Data (in CUBRID.Data.dll) Version: 8.4.0.0 (8.4.0.0)
Syntax
| C# |
|---|
public CUBRIDRowUpdatedEventArgs( DataRow row, IDbCommand command, StatementType statementType, DataTableMapping tableMapping ) |
| Visual Basic |
|---|
Public Sub New ( _ row As DataRow, _ command As IDbCommand, _ statementType As StatementType, _ tableMapping As DataTableMapping _ ) |
Parameters
- row
- Type: System.Data..::..DataRow
- command
- Type: System.Data..::..IDbCommand
- statementType
- Type: System.Data..::..StatementType
- tableMapping
- Type: System.Data.Common..::..DataTableMapping