Method | Description | |
---|---|---|
Cancel ( ) : void |
Tries to cancel the execution of an MdxCommand.
|
|
ExecuteNonQuery ( ) : int | ||
ExecuteScalar ( ) : object |
Executes the query, and returns the first column of the first row in the result set returned by the query. Additional columns or rows are ignored.
|
|
MdxCommand ( ) : System |
Initializes a new instance of the MdxCommand class.
|
|
MdxCommand ( string commandText ) : System |
Initializes a new instance of the MdxCommand class with the text of the query.
|
|
MdxCommand ( string commandText, |
Initializes a new instance of the MdxCommand class with the text of the query and a MdxConnection.
|
|
Prepare ( ) : void |
Creates a prepared version of the command on an instance of SQL Server Analysis Services.
|
Method | Description | |
---|---|---|
CreateDbParameter ( ) : |
||
Dispose ( bool disposing ) : void | ||
ExecuteDbDataReader ( CommandBehavior behavior ) : System.Data.Common.DbDataReader |
Method | Description | |
---|---|---|
AddCellsFromMemberProperties ( IEnumerable |
||
AddColumnsFromColumnAxis ( IEnumerable |
||
AddColumnsFromRowAxis ( IEnumerable |
||
AddColumnsFromRowProperties ( |
find the tokened column map
|
|
AddRows ( IEnumerable |
||
AdjustValueFromColumnType ( |
||
ConvertIt ( string item ) : int | ||
ConvertXmlTypeToType ( string type ) : |
||
GetAxis ( System.Xml.Linq.XDocument doc ) : List |
||
GetCellData ( System.Xml.Linq.XDocument doc ) : List |
||
GetColumnMap ( |
||
GetParams ( ) : IEnumerable |
||
GetTypeForColumn ( IEnumerable |
||
GetTypeFromDbType ( DbType dbType ) : |
||
PopulateFromXml ( |
||
ProcessOrdinalColumns ( |
||
SetColumnNameAndType ( |
protected CreateDbParameter ( ) : |
||
return |
protected ExecuteDbDataReader ( CommandBehavior behavior ) : System.Data.Common.DbDataReader | ||
behavior | CommandBehavior | |
return | System.Data.Common.DbDataReader |
public MdxCommand ( string commandText ) : System | ||
commandText | string | The text of the query. |
return | System |
public MdxCommand ( string commandText, |
||
commandText | string | The text of the query. |
connection | An MdxConnection representing the connection to SQL Server Analysis Services. | |
return | System |