프로퍼티 | 타입 | 설명 |
---|
메소드 | 설명 | |
---|---|---|
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 ( |
메소드 | 설명 | |
---|---|---|
CreateRowUpdatedEvent ( |
||
CreateRowUpdatingEvent ( |
||
OnRowUpdated ( |
||
OnRowUpdating ( |
||
Update ( |
protected CreateRowUpdatedEvent ( |
||
dataRow | ||
command | IDbCommand | |
statementType | StatementType | |
tableMapping | ||
리턴 |
protected CreateRowUpdatingEvent ( |
||
dataRow | ||
command | IDbCommand | |
statementType | StatementType | |
tableMapping | ||
리턴 |
public MdxDataAdapter ( |
||
selectCommand | ||
리턴 | System |
public MdxDataAdapter ( string selectCommandText, |
||
selectCommandText | string | The MDX statement to be used by the MdxDataAdapter.SelectCommand property. |
selectConnection | An MdxConnection representing the connection. | |
리턴 | 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. |
리턴 | System |
protected OnRowUpdated ( |
||
value | ||
리턴 | void |
protected OnRowUpdating ( |
||
value | ||
리턴 | void |
protected Update ( |
||
dataRows | ||
tableMapping | ||
리턴 | int |