dotConnect for PostgreSQL Documentation
Devart.Data.PostgreSql Namespace / PgSqlRowUpdatingEventArgs Class / Command Property

In This Topic
    Command Property (PgSqlRowUpdatingEventArgs)
    In This Topic
    Gets or sets the PgSqlCommand to execute when System.Data.Common.DbDataAdapter.Update() is called.
    Syntax
    'Declaration
     
    Public Shadows Property Command As PgSqlCommand
    public new PgSqlCommand Command {get; set;}

    Property Value

    The PgSqlCommand to execute when System.Data.Common.DbDataAdapter.Update() is called.
    See Also