DataPA Enterprise Dashboard Controls API Reference

Namespace: RunDataPA
Assembly: RunDataPA (in RunDataPA.dll) Version: 1.0.23.0 (1.0.23.0)

Syntax

C#
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
)
Visual Basic
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
)
Visual C++
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
)

Parameters

Query
Type: RunDataPA..::..Query%
SQLSP
Type: System..::..String%
SQLParams
Type: System..::..String%
SQLParamValues
Type: System..::..Object%
QueryString
Type: System..::..String%
FieldList
Type: System..::..String%
ByPhrase
Type: System..::..String%
labellist
Type: System..::..String%
SummaryTypeList
Type: System..::..String%
SummaryFunctionList
Type: System..::..String%
ExWidthList
Type: System..::..String%

See Also