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