dotConnect for PostgreSQL Documentation
Devart.Data.PostgreSql Namespace / PgSqlDataAdapter Class

In This Topic
    PgSqlDataAdapter Class Events
    In This Topic

    For a list of all members of this type, see PgSqlDataAdapter members.

    Public Events
     NameDescription
    Public Event (Inherited from System.ComponentModel.Component)
    Public Event (Inherited from System.Data.Common.DataAdapter)
    Public Event

    Occurs during System.Data.Common.DbDataAdapter.Update(System.Data.DataSet) after a command is executed against the data source. The attempt to update is made, so the event fires.

     
    Public EventOccurs during System.Data.Common.DbDataAdapter.Update(System.Data.DataSet) before a command is executed against the data source. The attempt to update is made, so the event fires.  
    Top
    See Also