C# Class DevExpress.DataAccess.BigQuery.BigQueryRowUpdatingEventArgs

Provides data for the RowUpdating event.
Inheritance: System.Data.Common.RowUpdatingEventArgs
Mostrar archivo Open project: DevExpress/BigQueryProvider

Public Methods

Method Description
BigQueryRowUpdatingEventArgs ( DataRow dataRow, IDbCommand command, StatementType statementType, DataTableMapping tableMapping ) : System.Data

Initializes a new instance of the BigQueryRowUpdatingEventArgs class.

Method Details

BigQueryRowUpdatingEventArgs() public method

Initializes a new instance of the BigQueryRowUpdatingEventArgs class.
public BigQueryRowUpdatingEventArgs ( DataRow dataRow, IDbCommand command, StatementType statementType, DataTableMapping tableMapping ) : System.Data
dataRow System.Data.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 System.Data.Common.DataTableMapping The DataTableMapping sent through an Update.
return System.Data