[]
        
(Showing Draft Content)

C1.DataConnector.AdoNet.C1RowUpdatedEventArgs-1

C1RowUpdatedEventArgs<TCommandImpl> Class

Provides data for the RowUpdated event of a data provider.

Inheritance
C1RowUpdatedEventArgs<TCommandImpl>
Namespace: C1.DataConnector.AdoNet
Assembly: C1.AdoNet.Kintone.dll
Syntax
public sealed class C1RowUpdatedEventArgs<TCommandImpl> : RowUpdatedEventArgs where TCommandImpl : DbCommand
Type Parameters
Name Description
TCommandImpl

Constructors

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

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

Properties

Name Description
Command

Gets the TCommandImpl executed when Update(DataSet) is called.