DevExpress.DataAccess.BigQuery.BigQueryDataAdapter.CreateRowUpdatingEvent C# (CSharp) Method

CreateRowUpdatingEvent() protected method

protected CreateRowUpdatingEvent ( DataRow dataRow, IDbCommand command, StatementType statementType, DataTableMapping tableMapping ) : RowUpdatingEventArgs
dataRow System.Data.DataRow
command IDbCommand
statementType StatementType
tableMapping System.Data.Common.DataTableMapping
return System.Data.Common.RowUpdatingEventArgs
        protected override RowUpdatingEventArgs CreateRowUpdatingEvent(DataRow dataRow, IDbCommand command, StatementType statementType, DataTableMapping tableMapping)
        {
            return new BigQueryRowUpdatingEventArgs(dataRow, command, statementType, tableMapping);
        }