Method | Description | |
---|---|---|
BigQueryRowUpdatingEventArgs ( |
Initializes a new instance of the BigQueryRowUpdatingEventArgs class.
|
public BigQueryRowUpdatingEventArgs ( |
||
dataRow | The DataRow sent throught an Update. | |
command | IDbCommand | A BigQueryCommand being executed when Update is called. |
statementType | StatementType | A StatementType enumeration value indicating the type of the statement being executed. |
tableMapping | The DataTableMapping sent through an Update. | |
return | System.Data |