Npgsql Api Docs

NpgsqlRowUpdatedEventArgs Constructor 

[Visual Basic]
Public Sub New( _
   ByVal dataRow As DataRow, _
   ByVal command As IDbCommand, _
   ByVal statementType As StatementType, _
   ByVal tableMapping As DataTableMapping _
)
[C#]
public NpgsqlRowUpdatedEventArgs(
   DataRow dataRow,
   IDbCommand command,
   StatementType statementType,
   DataTableMapping tableMapping
);

See Also

NpgsqlRowUpdatedEventArgs Class | (global) Namespace