AdomdDataAdapter Members

Include Protected Members
Include Inherited Members

Represents a Microsoft .NET Framework data adapter for an analytical data source.

The AdomdDataAdapter type exposes the following members.

Constructors

  Name Description
Public method AdomdDataAdapter() Initializes a new instance of the AdomdDataAdapter class with default values.
Public method AdomdDataAdapter(AdomdCommand) Initializes a new instance of the AdomdDataAdapter class by using a specified AdomdCommand as a select command.
Public method AdomdDataAdapter(String, AdomdConnection) Initializes a new instance of the AdomdDataAdapter class by using the specified command text and AdomdConnection.
Public method AdomdDataAdapter(String, String) Initializes a new instance of the AdomdDataAdapter class using the specified command text and connection string.

Top

Methods

  Name Description
Protected method AddToBatch(IDbCommand) (Inherited from DbDataAdapter.)
Protected method ClearBatch() (Inherited from DbDataAdapter.)
Protected method CloneInternals() Obsolete. (Inherited from DataAdapter.)
Public method CreateObjRef(Type) (Inherited from MarshalByRefObject.)
Protected method CreateRowUpdatedEvent(DataRow, IDbCommand, StatementType, DataTableMapping) (Inherited from DbDataAdapter.)
Protected method CreateRowUpdatingEvent(DataRow, IDbCommand, StatementType, DataTableMapping) (Inherited from DbDataAdapter.)
Protected method CreateTableMappings() (Inherited from DataAdapter.)
Public method Dispose() (Inherited from Component.)
Protected method Dispose(Boolean) (Inherited from DbDataAdapter.)
Public method Equals(Object) (Inherited from Object.)
Protected method ExecuteBatch() (Inherited from DbDataAdapter.)
Public method Fill(DataSet) (Inherited from DbDataAdapter.)
Public method Fill(DataTable) (Inherited from DbDataAdapter.)
Public method Fill(DataSet, String) (Inherited from DbDataAdapter.)
Protected method Fill(DataTable, IDataReader) (Inherited from DataAdapter.)
Public method Fill(Int32, Int32, array<DataTable[]) (Inherited from DbDataAdapter.)
Protected method Fill(DataTable, IDbCommand, CommandBehavior) (Inherited from DbDataAdapter.)
Public method Fill(DataSet, Int32, Int32, String) (Inherited from DbDataAdapter.)
Protected method Fill(array<DataTable[], IDataReader, Int32, Int32) (Inherited from DataAdapter.)
Protected method Fill(array<DataTable[], Int32, Int32, IDbCommand, CommandBehavior) (Inherited from DbDataAdapter.)
Protected method Fill(DataSet, String, IDataReader, Int32, Int32) (Inherited from DataAdapter.)
Protected method Fill(DataSet, Int32, Int32, String, IDbCommand, CommandBehavior) (Inherited from DbDataAdapter.)
Public method FillSchema(DataTable, SchemaType) (Inherited from DbDataAdapter.)
Public method FillSchema(DataSet, SchemaType) (Inherited from DbDataAdapter.)
Public method FillSchema(DataSet, SchemaType, String) (Inherited from DbDataAdapter.)
Protected method FillSchema(DataTable, SchemaType, IDataReader) (Inherited from DataAdapter.)
Protected method FillSchema(DataTable, SchemaType, IDbCommand, CommandBehavior) (Inherited from DbDataAdapter.)
Protected method FillSchema(DataSet, SchemaType, String, IDataReader) (Inherited from DataAdapter.)
Protected method FillSchema(DataSet, SchemaType, IDbCommand, String, CommandBehavior) (Inherited from DbDataAdapter.)
Protected method Finalize() (Inherited from Component.)
Protected method GetBatchedParameter(Int32, Int32) (Inherited from DbDataAdapter.)
Protected method GetBatchedRecordsAffected(Int32, Int32%, Exception%) (Inherited from DbDataAdapter.)
Public method GetFillParameters() (Inherited from DbDataAdapter.)
Public method GetHashCode() (Inherited from Object.)
Public method GetLifetimeService() (Inherited from MarshalByRefObject.)
Protected method GetService(Type) (Inherited from Component.)
Public method GetType() (Inherited from Object.)
Protected method HasTableMappings() (Inherited from DataAdapter.)
Protected method InitializeBatching() (Inherited from DbDataAdapter.)
Public method InitializeLifetimeService() (Inherited from MarshalByRefObject.)
Protected method MemberwiseClone() (Inherited from Object.)
Protected method MemberwiseClone(Boolean) (Inherited from MarshalByRefObject.)
Protected method OnFillError(FillErrorEventArgs) (Inherited from DataAdapter.)
Protected method OnRowUpdated(RowUpdatedEventArgs) (Inherited from DbDataAdapter.)
Protected method OnRowUpdating(RowUpdatingEventArgs) (Inherited from DbDataAdapter.)
Public method ResetFillLoadOption() (Inherited from DataAdapter.)
Public method ShouldSerializeAcceptChangesDuringFill() (Inherited from DataAdapter.)
Public method ShouldSerializeFillLoadOption() (Inherited from DataAdapter.)
Protected method ShouldSerializeTableMappings() (Inherited from DataAdapter.)
Protected method TerminateBatching() (Inherited from DbDataAdapter.)
Public method ToString() (Inherited from Component.)
Public method Update(array<DataRow[]) (Inherited from DbDataAdapter.)
Public method Update(DataTable) (Inherited from DbDataAdapter.)
Public method Update(DataSet) This member is reserved for future use. (Overrides DbDataAdapter.Update(DataSet).)
Public method Update(DataSet, String) (Inherited from DbDataAdapter.)
Protected method Update(array<DataRow[], DataTableMapping) (Inherited from DbDataAdapter.)

Top

Properties

  Name Description
Public property AcceptChangesDuringFill (Inherited from DataAdapter.)
Public property AcceptChangesDuringUpdate (Inherited from DataAdapter.)
Protected property CanRaiseEvents (Inherited from Component.)
Public property Container (Inherited from Component.)
Public property ContinueUpdateOnError (Inherited from DataAdapter.)
Public property DeleteCommand (Inherited from DbDataAdapter.)
Protected property DesignMode (Inherited from Component.)
Protected property Events (Inherited from Component.)
Protected property FillCommandBehavior (Inherited from DbDataAdapter.)
Public property FillLoadOption (Inherited from DataAdapter.)
Public property InsertCommand (Inherited from DbDataAdapter.)
Public property MissingMappingAction (Inherited from DataAdapter.)
Public property MissingSchemaAction (Inherited from DataAdapter.)
Public property ReturnProviderSpecificTypes (Inherited from DataAdapter.)
Public property SelectCommand Gets or sets a command that is used to retrieve data from an analytical data source.
Public property Site (Inherited from Component.)
Public property TableMappings (Inherited from DataAdapter.)
Public property UpdateBatchSize (Inherited from DbDataAdapter.)
Public property UpdateCommand (Inherited from DbDataAdapter.)

Top

Events

  Name Description
Public event Disposed (Inherited from Component.)
Public event FillError (Inherited from DataAdapter.)

Top

Explicit Interface Implementations

  Name Description
Explicit interface implemetationPrivate property IDbDataAdapter.DeleteCommand
Explicit interface implemetationPrivate property IDbDataAdapter.InsertCommand
Explicit interface implemetationPrivate property IDbDataAdapter.UpdateCommand
Explicit interface implemetationPrivate method ICloneable.Clone() (Inherited from DbDataAdapter.)
Explicit interface implemetationPrivate property IDbDataAdapter.SelectCommand (Inherited from DbDataAdapter.)
Explicit interface implemetationPrivate property IDataAdapter.TableMappings (Inherited from DataAdapter.)

Top