Search Results for

    Show / Hide Table of Contents

    Class NpgsqlRowUpdatedEventArgs

    Inheritance
    Object
    EventArgs
    RowUpdatedEventArgs
    NpgsqlRowUpdatedEventArgs
    Inherited Members
    RowUpdatedEventArgs.CopyToRows(DataRow[])
    RowUpdatedEventArgs.CopyToRows(DataRow[], Int32)
    RowUpdatedEventArgs.Command
    RowUpdatedEventArgs.Errors
    RowUpdatedEventArgs.RecordsAffected
    RowUpdatedEventArgs.Row
    RowUpdatedEventArgs.RowCount
    RowUpdatedEventArgs.StatementType
    RowUpdatedEventArgs.Status
    RowUpdatedEventArgs.TableMapping
    EventArgs.Empty
    Object.Equals(Object)
    Object.Equals(Object, Object)
    Object.GetHashCode()
    Object.GetType()
    Object.MemberwiseClone()
    Object.ReferenceEquals(Object, Object)
    Object.ToString()
    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
    DataRow dataRow
    IDbCommand command
    StatementType statementType
    DataTableMapping tableMapping
    In This Article
    Back to top © Copyright 2022 The Npgsql Development Team