Method | Description | |
---|---|---|
BigQueryRowUpdatedEventArgs ( |
Initializes a new instance of the BigQueryRowUpdatedEventArgs class.
|
public BigQueryRowUpdatedEventArgs ( |
||
dataRow | The DataRow sent throught an Update. | |
command | IDbCommand | A BigQueryCommand that has been executed as a result of calling Update. |
statementType | StatementType | A StatementType enumeration value indicating the type of the executed statement. |
tableMapping | The DataTableMapping sent through an Update. | |
return | System.Data |