[]
        
(Showing Draft Content)

C1.DataConnector.AdoNet.C1RowUpdatingEventArgs-1

C1RowUpdatingEventArgs<TCommandImpl> Class

Provides the data for the RowUpdating event of a data provider.

Inheritance
C1RowUpdatingEventArgs<TCommandImpl>
Namespace: C1.DataConnector.AdoNet
Assembly: C1.AdoNet.QuickBooksOnline.dll
Syntax
public sealed class C1RowUpdatingEventArgs<TCommandImpl> : RowUpdatingEventArgs where TCommandImpl : DbCommand
Type Parameters
Name Description
TCommandImpl

Constructors

Name Description
C1RowUpdatingEventArgs(DataRow, IDbCommand, StatementType, DataTableMapping)

Initializes a new instance of the C1RowUpdatingEventArgs<TCommandImpl> class.

Properties

Name Description
BaseCommand

Gets or sets the IDbCommand object for an instance of this class.

Command

Gets the TCommandImpl to execute during the Update(DataSet) operation.