dotConnect for Oracle Documentation
Devart.Data.Oracle Namespace / OracleCommandBuilder Class / DataAdapter Property

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

    Property Value

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

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

    See Also