Class NpgsqlRowUpdatingEventArgs
- Namespace
- Npgsql
- Assembly
- Npgsql.dll
public class NpgsqlRowUpdatingEventArgs : RowUpdatingEventArgs
- Inheritance
-
NpgsqlRowUpdatingEventArgs
- Inherited Members
Constructors
NpgsqlRowUpdatingEventArgs(DataRow, IDbCommand?, StatementType, DataTableMapping)
public NpgsqlRowUpdatingEventArgs(DataRow dataRow, IDbCommand? command, StatementType statementType, DataTableMapping tableMapping)
Parameters
dataRow
DataRowcommand
IDbCommandstatementType
StatementTypetableMapping
DataTableMapping