dotConnect for PostgreSQL Documentation
Devart.Data.PostgreSql Namespace / PgSqlCommandBuilder Class / DataAdapter Property

In This Topic
    DataAdapter Property
    In This Topic
    Gets or sets a PgSqlDataAdapter object for which this PgSqlCommandBuilder object will generate SQL statements.
    Syntax
    'Declaration
     
    Public Shadows Property DataAdapter As PgSqlDataAdapter
    public new PgSqlDataAdapter DataAdapter {get; set;}

    Property Value

    A PgSqlDataAdapter object that is associated with this PgSqlCommandBuilder.
    Remarks
    The PgSqlCommandBuilder registers itself as a listener for PgSqlDataAdapter.RowUpdating events that are generated by the PgSqlDataAdapter specified in this property.

    When you create a new instance of PgSqlCommandBuilder, any existing PgSqlCommandBuilder associated with this PgSqlDataAdapter is released.

    See Also