RunQueryFunctionQueryString Method |
|
DataPA OpenAnalytics API Reference
Namespace: DataPA.Utils.QueryEngineAssembly: DataPAQueryEngine (in DataPAQueryEngine.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax public void FunctionQueryString(
ref Query Query,
ref string SQLSP,
ref string SQLParams,
ref Object SQLParamValues,
ref string QueryString,
ref string FieldList,
ref string ByPhrase,
ref string labellist,
ref string SummaryTypeList,
ref string SummaryFunctionList,
ref string ExWidthList
)
Public Sub FunctionQueryString (
ByRef Query As Query,
ByRef SQLSP As String,
ByRef SQLParams As String,
ByRef SQLParamValues As Object,
ByRef QueryString As String,
ByRef FieldList As String,
ByRef ByPhrase As String,
ByRef labellist As String,
ByRef SummaryTypeList As String,
ByRef SummaryFunctionList As String,
ByRef ExWidthList As String
)
public:
void FunctionQueryString(
Query^% Query,
String^% SQLSP,
String^% SQLParams,
Object^% SQLParamValues,
String^% QueryString,
String^% FieldList,
String^% ByPhrase,
String^% labellist,
String^% SummaryTypeList,
String^% SummaryFunctionList,
String^% ExWidthList
)
function FunctionQueryString(Query, SQLSP, SQLParams, SQLParamValues, QueryString, FieldList, ByPhrase, labellist, SummaryTypeList, SummaryFunctionList, ExWidthList);
Parameters
- Query
- Type: DataPA.Utils.QueryEngineQuery
- SQLSP
- Type: SystemString
- SQLParams
- Type: SystemString
- SQLParamValues
- Type: SystemObject
- QueryString
- Type: SystemString
- FieldList
- Type: SystemString
- ByPhrase
- Type: SystemString
- labellist
- Type: SystemString
- SummaryTypeList
- Type: SystemString
- SummaryFunctionList
- Type: SystemString
- ExWidthList
- Type: SystemString
See Also