C# Class DevExpress.DataAccess.BigQuery.BigQueryRowUpdatingEventArgs

Provides data for the RowUpdating event.
Inheritance: System.Data.Common.RowUpdatingEventArgs
Afficher le fichier Open project: DevExpress/BigQueryProvider

Méthodes publiques

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

Initializes a new instance of the BigQueryRowUpdatingEventArgs class.

Method Details

BigQueryRowUpdatingEventArgs() public méthode

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.
Résultat System.Data