Initializes a new instance of the
C1RowUpdatingEventArgs<TCommandImpl> class.
シンタックス
'宣言
Public Function New( _
ByVal As System.Data.DataRow, _
ByVal command As System.Data.IDbCommand, _
ByVal As System.Data.StatementType, _
ByVal As System.Data.Common.DataTableMapping _
)
public C1RowUpdatingEventArgs<TCommandImpl>(
System.Data.DataRow ,
System.Data.IDbCommand command,
System.Data.StatementType ,
System.Data.Common.DataTableMapping
)
パラメータ
- row
- The System.Data.DataRow sent through an System.Data.Common.DbDataAdapter.Update(System.Data.DataSet).
- command
- The System.Data.IDbCommand executed when System.Data.Common.DbDataAdapter.Update(System.Data.DataSet) is called.
- statementType
- The type of SQL statement executed.
- tableMapping
- The System.Data.Common.DataTableMapping sent through an System.Data.Common.DbDataAdapter.Update(System.Data.DataSet).
参照