Npgsql API Docs

NpgsqlRowUpdatingEventArgs Constructor 

Missing <summary> documentation for M:NpgsqlRowUpdatingEventArgs.#ctor(System.Data.DataRow,System.Data.IDbCommand,System.Data.StatementType,System.Data.Common.DataTableMapping)

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

Parameters

dataRow
Missing <param> documentation for dataRow
command
Missing <param> documentation for command
statementType
Missing <param> documentation for statementType
tableMapping
Missing <param> documentation for tableMapping

Remarks

Missing <remarks> documentation for M:NpgsqlRowUpdatingEventArgs.#ctor(System.Data.DataRow,System.Data.IDbCommand,System.Data.StatementType,System.Data.Common.DataTableMapping)

See Also

NpgsqlRowUpdatingEventArgs Class | (global) Namespace