AmoDataAdapter Class

Definition

Represents a set of SQL commands and a database connection that are used to fill the DataSet and update an Analysis Services database.

public class AmoDataAdapter : System.Data.Common.DataAdapter
type AmoDataAdapter = class
    inherit DataAdapter
Public Class AmoDataAdapter
Inherits DataAdapter
Inheritance
AmoDataAdapter

Constructors

AmoDataAdapter(AmoDataReader)

Initializes a new instance of an AmoDataAdapter object.

Methods

Fill(DataSet)

Adds or refreshes rows in a specified range in the DataSet to match those in the data source.

Applies to