Search Results for

    Show / Hide Table of Contents

    Class NpgsqlRowUpdatingEventArgs

    Inheritance
    Object
    EventArgs
    RowUpdatingEventArgs
    NpgsqlRowUpdatingEventArgs
    Inherited Members
    RowUpdatingEventArgs.BaseCommand
    RowUpdatingEventArgs.Command
    RowUpdatingEventArgs.Errors
    RowUpdatingEventArgs.Row
    RowUpdatingEventArgs.StatementType
    RowUpdatingEventArgs.Status
    RowUpdatingEventArgs.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 NpgsqlRowUpdatingEventArgs : RowUpdatingEventArgs

    Constructors

    NpgsqlRowUpdatingEventArgs(DataRow, IDbCommand, StatementType, DataTableMapping)

    Declaration
    public NpgsqlRowUpdatingEventArgs(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