Class NpgsqlRowUpdatingEventArgs
Inheritance
System.Object
NpgsqlRowUpdatingEventArgs
Namespace: Npgsql
Assembly: Npgsql.dll
Syntax
public class NpgsqlRowUpdatingEventArgs : RowUpdatingEventArgs
Constructors
NpgsqlRowUpdatingEventArgs(DataRow, IDbCommand, Data.StatementType, DataTableMapping)
Declaration
public NpgsqlRowUpdatingEventArgs(DataRow dataRow, IDbCommand command, Data.StatementType statementType, DataTableMapping tableMapping)
Parameters
Type | Name | Description |
---|---|---|
DataRow | dataRow | |
IDbCommand | command | |
System.Data.StatementType | statementType | |
DataTableMapping | tableMapping |