Show / Hide Table of Contents

Class NpgsqlRowUpdatedEventArgs

Inheritance
System.Object
NpgsqlRowUpdatedEventArgs
Namespace: Npgsql
Assembly: Npgsql.dll
Syntax
public class NpgsqlRowUpdatedEventArgs : RowUpdatedEventArgs

Constructors

NpgsqlRowUpdatedEventArgs(DataRow, IDbCommand, Data.StatementType, DataTableMapping)

Declaration
public NpgsqlRowUpdatedEventArgs(DataRow dataRow, IDbCommand command, Data.StatementType statementType, DataTableMapping tableMapping)
Parameters
Type Name Description
DataRow dataRow
IDbCommand command
System.Data.StatementType statementType
DataTableMapping tableMapping
Back to top Copyright © 2015-2017 Microsoft
Generated by DocFX