Search Results for

    Show / Hide Table of Contents

    Class NpgsqlRowUpdatingEventArgs

    Inheritance
    object
    NpgsqlRowUpdatingEventArgs
    Namespace: Npgsql
    Assembly: Npgsql.dll
    Syntax
    public class NpgsqlRowUpdatingEventArgs : RowUpdatingEventArgs

    Constructors

    | Improve this Doc View Source

    NpgsqlRowUpdatingEventArgs(DataRow, IDbCommand?, StatementType, DataTableMapping)

    Declaration
    public NpgsqlRowUpdatingEventArgs(DataRow dataRow, IDbCommand? command, StatementType statementType, DataTableMapping tableMapping)
    Parameters
    Type Name Description
    DataRow dataRow
    IDbCommand? command
    System.Data.StatementType statementType
    DataTableMapping tableMapping
    • Improve this Doc
    • View Source
    In This Article
    Back to top © Copyright 2023 The Npgsql Development Team