Click or drag to resize
RunQuerySPQueryString 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 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
)

Parameters

Query
Type: DataPA.Utils.QueryEngineQuery
SQLSP
Type: SystemString
SQLParams
Type: SystemString
SQLParamTypes
Type: SystemObject
SQLParamInputs
Type: SystemObject
SQLParamSizes
Type: SystemObject
SQLParamScales
Type: SystemObject
SQLParamPrecs
Type: SystemObject
SQLParamValues
Type: SystemObject
QueryString
Type: SystemString
FieldList
Type: SystemString
ByPhrase
Type: SystemString
labellist
Type: SystemString
See Also