Click or drag to resize

CqlDataAdapter Class

Implementation of the IDbDataAdapter interface. Provides strong typing, but inherit most of the functionality needed to fully implement a DataAdapter.
Inheritance Hierarchy
SystemObject
  SystemMarshalByRefObject
    System.ComponentModelComponent
      System.Data.CommonDataAdapter
        System.Data.CommonDbDataAdapter
          Dse.DataCqlDataAdapter

Namespace:  Dse.Data
Assembly:  Dse (in Dse.dll) Version: 2.9.0
Syntax
C#
public class CqlDataAdapter : DbDataAdapter

The CqlDataAdapter type exposes the following members.

Constructors
  NameDescription
Public methodCqlDataAdapter
Initializes a new instance of the CqlDataAdapter class
Top
See Also