AdomdDataAdapter Members
Include Protected Members
Include Inherited Members
Represents a Microsoft .NET Framework data adapter for an analytical data source.
The AdomdDataAdapter type exposes the following members.
Constructors
Name | Description | |
---|---|---|
![]() |
AdomdDataAdapter() | Initializes a new instance of the AdomdDataAdapter class with default values. |
![]() |
AdomdDataAdapter(AdomdCommand) | Initializes a new instance of the AdomdDataAdapter class by using a specified AdomdCommand as a select command. |
![]() |
AdomdDataAdapter(String, AdomdConnection) | Initializes a new instance of the AdomdDataAdapter class by using the specified command text and AdomdConnection. |
![]() |
AdomdDataAdapter(String, String) | Initializes a new instance of the AdomdDataAdapter class using the specified command text and connection string. |
Top
Methods
Top
Properties
Name | Description | |
---|---|---|
![]() |
AcceptChangesDuringFill | (Inherited from DataAdapter.) |
![]() |
AcceptChangesDuringUpdate | (Inherited from DataAdapter.) |
![]() |
CanRaiseEvents | (Inherited from Component.) |
![]() |
Container | (Inherited from Component.) |
![]() |
ContinueUpdateOnError | (Inherited from DataAdapter.) |
![]() |
DeleteCommand | (Inherited from DbDataAdapter.) |
![]() |
DesignMode | (Inherited from Component.) |
![]() |
Events | (Inherited from Component.) |
![]() |
FillCommandBehavior | (Inherited from DbDataAdapter.) |
![]() |
FillLoadOption | (Inherited from DataAdapter.) |
![]() |
InsertCommand | (Inherited from DbDataAdapter.) |
![]() |
MissingMappingAction | (Inherited from DataAdapter.) |
![]() |
MissingSchemaAction | (Inherited from DataAdapter.) |
![]() |
ReturnProviderSpecificTypes | (Inherited from DataAdapter.) |
![]() |
SelectCommand | Gets or sets a command that is used to retrieve data from an analytical data source. |
![]() |
Site | (Inherited from Component.) |
![]() |
TableMappings | (Inherited from DataAdapter.) |
![]() |
UpdateBatchSize | (Inherited from DbDataAdapter.) |
![]() |
UpdateCommand | (Inherited from DbDataAdapter.) |
Top
Events
Name | Description | |
---|---|---|
![]() |
Disposed | (Inherited from Component.) |
![]() |
FillError | (Inherited from DataAdapter.) |
Top
Explicit Interface Implementations
Name | Description | |
---|---|---|
![]() ![]() |
IDbDataAdapter.DeleteCommand | |
![]() ![]() |
IDbDataAdapter.InsertCommand | |
![]() ![]() |
IDbDataAdapter.UpdateCommand | |
![]() ![]() |
ICloneable.Clone() | (Inherited from DbDataAdapter.) |
![]() ![]() |
IDbDataAdapter.SelectCommand | (Inherited from DbDataAdapter.) |
![]() ![]() |
IDataAdapter.TableMappings | (Inherited from DataAdapter.) |
Top