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

    | Improve this Doc

    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
    • Improve this Doc
    In This Article
    Back to top © Copyright 2021 The Npgsql Development Team