AdomdDataAdapter Class

Definition

Microsoft.AnalysisServices.AdomdClient.AdomdDataAdapter

public sealed class AdomdDataAdapter : System.Data.Common.DbDataAdapter
type AdomdDataAdapter = class
    inherit DbDataAdapter
    interface IDbDataAdapter
    interface IDataAdapter
Public NotInheritable Class AdomdDataAdapter
Inherits DbDataAdapter
Inheritance
AdomdDataAdapter
Implements

Constructors

AdomdDataAdapter()

Initializes a new instance of the AdomdDataAdapter class.

AdomdDataAdapter(AdomdCommand)

Initializes a new instance of the AdomdDataAdapter class.

AdomdDataAdapter(String, AdomdConnection)

Initializes a new instance of the AdomdDataAdapter class.

AdomdDataAdapter(String, String)

Initializes a new instance of the AdomdDataAdapter class.

Properties

SelectCommand

SelectCommand

Methods

Update(DataSet)

Update

Explicit Interface Implementations

IDbDataAdapter.DeleteCommand
IDbDataAdapter.InsertCommand
IDbDataAdapter.UpdateCommand

Applies to