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
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 |