DrdaDataAdapter Class

Definition

public ref class DrdaDataAdapter sealed : System::Data::Common::DbDataAdapter, ICloneable
public sealed class DrdaDataAdapter : System.Data.Common.DbDataAdapter, ICloneable
type DrdaDataAdapter = class
    inherit DbDataAdapter
    interface ICloneable
Public NotInheritable Class DrdaDataAdapter
Inherits DbDataAdapter
Implements ICloneable
Inheritance
DrdaDataAdapter
Implements

Constructors

DrdaDataAdapter()
DrdaDataAdapter(DrdaCommand)
DrdaDataAdapter(DrdaDataAdapter)
DrdaDataAdapter(String, DrdaConnection)
DrdaDataAdapter(String, String)

Properties

DeleteCommand
InsertCommand
SelectCommand
UpdateBatchSize
UpdateCommand

Events

RowUpdated
RowUpdating

Explicit Interface Implementations

ICloneable.Clone()

Applies to