Show / Hide Table of Contents

Class NpgsqlRowUpdatedEventArgs

Inheritance
System.Object
System.EventArgs
System.Data.Common.RowUpdatedEventArgs
NpgsqlRowUpdatedEventArgs
Inherited Members
System.Data.Common.RowUpdatedEventArgs.CopyToRows(System.Data.DataRow[])
System.Data.Common.RowUpdatedEventArgs.CopyToRows(System.Data.DataRow[], System.Int32)
System.Data.Common.RowUpdatedEventArgs.Command
System.Data.Common.RowUpdatedEventArgs.Errors
System.Data.Common.RowUpdatedEventArgs.RecordsAffected
System.Data.Common.RowUpdatedEventArgs.Row
System.Data.Common.RowUpdatedEventArgs.RowCount
System.Data.Common.RowUpdatedEventArgs.StatementType
System.Data.Common.RowUpdatedEventArgs.Status
System.Data.Common.RowUpdatedEventArgs.TableMapping
System.EventArgs.Empty
System.Object.ToString()
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
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
System.Data.DataRow dataRow
System.Data.IDbCommand command
System.Data.StatementType statementType
System.Data.Common.DataTableMapping tableMapping
Back to top Generated by DocFX