AmoDataAdapter Class
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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. |