AdomdDataAdapter 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.
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
| Name | Description |
|---|---|
| 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
| Name | Description |
|---|---|
| SelectCommand |
SelectCommand |
Methods
| Name | Description |
|---|---|
| Update(DataSet) |
Update |
Explicit Interface Implementations
| Name | Description |
|---|---|
| IDbDataAdapter.DeleteCommand | |
| IDbDataAdapter.InsertCommand | |
| IDbDataAdapter.UpdateCommand | |