Class NpgsqlRowUpdatedEventArgs
Inherited Members
Namespace: Npgsql
Assembly: Npgsql.dll
Syntax
public class NpgsqlRowUpdatedEventArgs : RowUpdatedEventArgs
Constructors
NpgsqlRowUpdatedEventArgs(DataRow, IDbCommand, StatementType, DataTableMapping)
Declaration
public NpgsqlRowUpdatedEventArgs(DataRow dataRow, IDbCommand command, StatementType statementType, DataTableMapping tableMapping)
Parameters
Type | Name | Description |
---|---|---|
DataRow | dataRow | |
IDbCommand | command | |
StatementType | statementType | |
DataTableMapping | tableMapping |