Firebird ADO.NET Provider SDK Documentation - v1.7 |
|
FbRowUpdatingEventArgs Constructor
Initializes a new instance of the FbRowUpdatingEventArgs class.
Parameters
-
row
- The DataRow sent through an update operation.
-
command
- The FbCommand executed when Update is called.
-
statementType
- One of the System.Data.StatementType values that specifies the type of query executed.
-
tableMapping
- The System.Data.Common.DataTableMapping sent through Update.
See Also
FbRowUpdatingEventArgs Class | FirebirdSql.Data.Firebird Namespace