Click or drag to resize
RunQueryFunctionQueryString Method DataPA OpenAnalytics
DataPA OpenAnalytics API Reference

Namespace: DataPA.Utils.QueryEngine
Assembly: 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
)

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