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 SPQueryString(
	ref Query Query,
	ref string SQLSP,
	ref string SQLParams,
	ref Object SQLParamTypes,
	ref Object SQLParamInputs,
	ref Object SQLParamSizes,
	ref Object SQLParamScales,
	ref Object SQLParamPrecs,
	ref Object SQLParamValues,
	ref string QueryString,
	ref string FieldList,
	ref string ByPhrase,
	ref string labellist
)
Visual Basic
Public Sub SPQueryString ( 
	ByRef Query As Query,
	ByRef SQLSP As String,
	ByRef SQLParams As String,
	ByRef SQLParamTypes As Object,
	ByRef SQLParamInputs As Object,
	ByRef SQLParamSizes As Object,
	ByRef SQLParamScales As Object,
	ByRef SQLParamPrecs As Object,
	ByRef SQLParamValues As Object,
	ByRef QueryString As String,
	ByRef FieldList As String,
	ByRef ByPhrase As String,
	ByRef labellist As String
)
Visual C++
public:
void SPQueryString(
	Query^% Query, 
	String^% SQLSP, 
	String^% SQLParams, 
	Object^% SQLParamTypes, 
	Object^% SQLParamInputs, 
	Object^% SQLParamSizes, 
	Object^% SQLParamScales, 
	Object^% SQLParamPrecs, 
	Object^% SQLParamValues, 
	String^% QueryString, 
	String^% FieldList, 
	String^% ByPhrase, 
	String^% labellist
)

Parameters

Query
Type: RunDataPA..::..Query%
SQLSP
Type: System..::..String%
SQLParams
Type: System..::..String%
SQLParamTypes
Type: System..::..Object%
SQLParamInputs
Type: System..::..Object%
SQLParamSizes
Type: System..::..Object%
SQLParamScales
Type: System..::..Object%
SQLParamPrecs
Type: System..::..Object%
SQLParamValues
Type: System..::..Object%
QueryString
Type: System..::..String%
FieldList
Type: System..::..String%
ByPhrase
Type: System..::..String%
labellist
Type: System..::..String%

See Also