Property | Type | Description |
---|
Method | Description | |
---|---|---|
MdxDataAdapter ( ) : System |
Initializes a new instance of the MdxDataAdapter class.
|
|
MdxDataAdapter ( |
Initializes a new instance of the MdxDataAdapter class with the specified MdxCommand.
|
|
MdxDataAdapter ( string selectCommandText, |
Initializes a new instance of the MdxDataAdapter class with the specified MdxCommand and MdxConnection.
|
|
MdxDataAdapter ( string selectCommandText, string selectConnectionString ) : System |
Initializes a new instance of the MdxDataAdapter class with the specified MdxCommand and MdxConnection.
|
|
Update ( |
Method | Description | |
---|---|---|
CreateRowUpdatedEvent ( |
||
CreateRowUpdatingEvent ( |
||
OnRowUpdated ( |
||
OnRowUpdating ( |
||
Update ( |
protected CreateRowUpdatedEvent ( |
||
dataRow | ||
command | IDbCommand | |
statementType | StatementType | |
tableMapping | ||
return |
protected CreateRowUpdatingEvent ( |
||
dataRow | ||
command | IDbCommand | |
statementType | StatementType | |
tableMapping | ||
return |
public MdxDataAdapter ( |
||
selectCommand | ||
return | System |
public MdxDataAdapter ( string selectCommandText, |
||
selectCommandText | string | The MDX statement to be used by the MdxDataAdapter.SelectCommand property. |
selectConnection | An MdxConnection representing the connection. | |
return | System |
public MdxDataAdapter ( string selectCommandText, string selectConnectionString ) : System | ||
selectCommandText | string | The MDX statement to be used by the MdxDataAdapter.SelectCommand property. |
selectConnectionString | string | The connection string. |
return | System |
protected OnRowUpdated ( |
||
value | ||
return | void |
protected OnRowUpdating ( |
||
value | ||
return | void |
protected Update ( |
||
dataRows | ||
tableMapping | ||
return | int |
public Update ( |
||
dataSet | ||
return | int |