Implementation of the IDbDataAdapter interface. Provides
strong typing, but inherit most of the functionality needed to fully implement a DataAdapter.
Inheritance HierarchySystemObject
SystemMarshalByRefObject
System.ComponentModelComponent
System.Data.CommonDataAdapter
System.Data.CommonDbDataAdapter
Cassandra.DataCqlDataAdapter
Namespace:
Cassandra.Data
Assembly:
Cassandra (in Cassandra.dll) Version: 3.13.0
Syntaxpublic class CqlDataAdapter : DbDataAdapter
The CqlDataAdapter type exposes the following members.
Constructors
| Name | Description |
---|
 | CqlDataAdapter | Initializes a new instance of the CqlDataAdapter class |
Top
See Also