Class CqlDataAdapter
Implementation of the System.Data.IDbDataAdapter interface. Provides strong typing, but inherit most of the functionality needed to fully implement a DataAdapter.
Inheritance
object
MarshalByRefObject
Component
DataAdapter
DbDataAdapter
CqlDataAdapter
Implements
IComponent
IDisposable
IDbDataAdapter
IDataAdapter
ICloneable
Inherited Members
DbDataAdapter.DefaultSourceTableName
DbDataAdapter.AddToBatch(IDbCommand)
DbDataAdapter.ClearBatch()
DbDataAdapter.CreateRowUpdatedEvent(DataRow, IDbCommand, StatementType, DataTableMapping)
DbDataAdapter.CreateRowUpdatingEvent(DataRow, IDbCommand, StatementType, DataTableMapping)
DbDataAdapter.Dispose(bool)
DbDataAdapter.ExecuteBatch()
DbDataAdapter.Fill(DataSet)
DbDataAdapter.Fill(DataSet, int, int, string)
DbDataAdapter.Fill(DataSet, int, int, string, IDbCommand, CommandBehavior)
DbDataAdapter.Fill(DataSet, string)
DbDataAdapter.Fill(DataTable)
DbDataAdapter.Fill(DataTable, IDbCommand, CommandBehavior)
DbDataAdapter.Fill(DataTable[], int, int, IDbCommand, CommandBehavior)
DbDataAdapter.Fill(int, int, params DataTable[])
DbDataAdapter.FillSchema(DataSet, SchemaType)
DbDataAdapter.FillSchema(DataSet, SchemaType, IDbCommand, string, CommandBehavior)
DbDataAdapter.FillSchema(DataSet, SchemaType, string)
DbDataAdapter.FillSchema(DataTable, SchemaType)
DbDataAdapter.FillSchema(DataTable, SchemaType, IDbCommand, CommandBehavior)
DbDataAdapter.GetBatchedParameter(int, int)
DbDataAdapter.GetBatchedRecordsAffected(int, out int, out Exception)
DbDataAdapter.GetFillParameters()
DbDataAdapter.InitializeBatching()
DbDataAdapter.OnRowUpdated(RowUpdatedEventArgs)
DbDataAdapter.OnRowUpdating(RowUpdatingEventArgs)
DbDataAdapter.TerminateBatching()
DbDataAdapter.Update(DataRow[])
DbDataAdapter.Update(DataRow[], DataTableMapping)
DbDataAdapter.Update(DataSet)
DbDataAdapter.Update(DataSet, string)
DbDataAdapter.Update(DataTable)
DbDataAdapter.DeleteCommand
DbDataAdapter.FillCommandBehavior
DbDataAdapter.InsertCommand
DbDataAdapter.SelectCommand
DbDataAdapter.UpdateBatchSize
DbDataAdapter.UpdateCommand
DataAdapter.CloneInternals()
DataAdapter.CreateTableMappings()
DataAdapter.Fill(DataSet, string, IDataReader, int, int)
DataAdapter.Fill(DataTable, IDataReader)
DataAdapter.Fill(DataTable[], IDataReader, int, int)
DataAdapter.FillSchema(DataSet, SchemaType, string, IDataReader)
DataAdapter.FillSchema(DataTable, SchemaType, IDataReader)
DataAdapter.HasTableMappings()
DataAdapter.OnFillError(FillErrorEventArgs)
DataAdapter.ShouldSerializeTableMappings()
DataAdapter.AcceptChangesDuringFill
DataAdapter.AcceptChangesDuringUpdate
DataAdapter.ContinueUpdateOnError
DataAdapter.FillLoadOption
DataAdapter.MissingMappingAction
DataAdapter.MissingSchemaAction
DataAdapter.ReturnProviderSpecificTypes
DataAdapter.TableMappings
DataAdapter.FillError
Component.Dispose()
Component.GetService(Type)
Component.ToString()
Component.CanRaiseEvents
Component.Container
Component.DesignMode
Component.Events
Component.Site
Component.Disposed
MarshalByRefObject.GetLifetimeService()
MarshalByRefObject.InitializeLifetimeService()
MarshalByRefObject.MemberwiseClone(bool)
object.Equals(object)
object.Equals(object, object)
object.GetHashCode()
object.GetType()
object.MemberwiseClone()
object.ReferenceEquals(object, object)
Namespace: Cassandra.Data
Assembly: Cassandra.dll
Syntax
public class CqlDataAdapter : DbDataAdapter, IComponent, IDisposable, IDbDataAdapter, IDataAdapter, ICloneable
Implements
System.ComponentModel.IComponent
System.IDisposable
System.Data.IDbDataAdapter
System.Data.IDataAdapter
System.ICloneable