AdomdDataAdapter Miembros
Represents a Microsoft .NET Framework data adapter for an analytical data source.
El tipo AdomdDataAdapter expone los siguientes miembros.
Constructores
Nombre | Descripción | |
---|---|---|
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. |
Principio
Métodos
Principio
Propiedades
Nombre | Descripción | |
---|---|---|
AcceptChangesDuringFill | (Se hereda de DataAdapter). | |
AcceptChangesDuringUpdate | (Se hereda de DataAdapter). | |
CanRaiseEvents | (Se hereda de Component). | |
Container | (Se hereda de Component). | |
ContinueUpdateOnError | (Se hereda de DataAdapter). | |
DeleteCommand | (Se hereda de DbDataAdapter). | |
DesignMode | (Se hereda de Component). | |
Events | (Se hereda de Component). | |
FillCommandBehavior | (Se hereda de DbDataAdapter). | |
FillLoadOption | (Se hereda de DataAdapter). | |
InsertCommand | (Se hereda de DbDataAdapter). | |
MissingMappingAction | (Se hereda de DataAdapter). | |
MissingSchemaAction | (Se hereda de DataAdapter). | |
ReturnProviderSpecificTypes | (Se hereda de DataAdapter). | |
SelectCommand | Gets or sets a command that is used to retrieve data from an analytical data source. | |
Site | (Se hereda de Component). | |
TableMappings | (Se hereda de DataAdapter). | |
UpdateBatchSize | (Se hereda de DbDataAdapter). | |
UpdateCommand | (Se hereda de DbDataAdapter). |
Principio
Eventos
Nombre | Descripción | |
---|---|---|
Disposed | (Se hereda de Component). | |
FillError | (Se hereda de DataAdapter). |
Principio
Implementaciones de interfaces explícitas
Nombre | Descripción | |
---|---|---|
IDbDataAdapter. . :: . .DeleteCommand | ||
IDbDataAdapter. . :: . .InsertCommand | ||
IDbDataAdapter. . :: . .UpdateCommand | ||
ICloneable. . :: . .Clone | (Se hereda de DbDataAdapter). | |
IDbDataAdapter. . :: . .SelectCommand | (Se hereda de DbDataAdapter). | |
IDataAdapter. . :: . .TableMappings | (Se hereda de DataAdapter). |
Principio
Vea también