CUBRID ADO.NET Driver - 8.4.0.0 Namespace: CUBRID.Data.CUBRIDClient
Assembly: CUBRID.Data (in CUBRID.Data.dll) Version: 8.4.0.0 (8.4.0.0)
Assembly: CUBRID.Data (in CUBRID.Data.dll) Version: 8.4.0.0 (8.4.0.0)
Syntax
| C# |
|---|
protected override RowUpdatedEventArgs CreateRowUpdatedEvent( DataRow dataRow, IDbCommand command, StatementType statementType, DataTableMapping tableMapping ) |
| Visual Basic |
|---|
Protected Overrides Function CreateRowUpdatedEvent ( _ dataRow As DataRow, _ command As IDbCommand, _ statementType As StatementType, _ tableMapping As DataTableMapping _ ) As RowUpdatedEventArgs |
Parameters
- dataRow
- Type: System.Data..::..DataRow
- command
- Type: System.Data..::..IDbCommand
- statementType
- Type: System.Data..::..StatementType
- tableMapping
- Type: System.Data.Common..::..DataTableMapping