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.

    Requirements

    Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

    See Also