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

In This Topic
    PgSqlDataAdapter Class Properties
    In This Topic

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

    Public Properties
     NameDescription
    Public Property (Inherited from System.Data.Common.DataAdapter)
    Public Property (Inherited from System.Data.Common.DataAdapter)
    Public Property (Inherited from System.ComponentModel.Component)
    Public Property (Inherited from System.Data.Common.DataAdapter)
    Public PropertyGets or sets a PostgreSQL statement to delete records from the data set.  
    Public Property (Inherited from System.Data.Common.DataAdapter)
    Public PropertyGets or sets a PostgreSQL statement to insert new records into the data source.  
    Public Property (Inherited from System.Data.Common.DataAdapter)
    Public Property (Inherited from System.Data.Common.DataAdapter)
    Public Property (Inherited from System.Data.Common.DataAdapter)
    Public PropertyGets or sets a PostgreSQL statement used to select records in the data source.  
    Public Property (Inherited from System.ComponentModel.Component)
    Public PropertyGets a collection that provides the master mapping between a source table and a PgSqlDataTable.  
    Public PropertyOverridden. Gets or sets the number of rows that are processed in each round-trip to the server.  
    Public PropertyGets or sets a PostgreSQL statement used to update records in the data source.  
    Top
    See Also