Click or drag to resize
RunQueryFreeformQueryString 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 FreeformQueryString(
	ref Query Query,
	ref string QueryString,
	ref string FieldList,
	ref string Expressions,
	ref string MappedFields,
	ref string TableList,
	ref string labellist,
	ref string CalcFieldList,
	ref string SummaryTypeList,
	ref string SummaryFunctionList,
	ref string ExLabelList,
	ref string ExDataTypeList,
	ref string ExWidthList,
	ref string QueryStringCalc,
	ref string ExtraFieldsUsed
)

Parameters

Query
Type: DataPA.Utils.QueryEngineQuery
QueryString
Type: SystemString
FieldList
Type: SystemString
Expressions
Type: SystemString
MappedFields
Type: SystemString
TableList
Type: SystemString
labellist
Type: SystemString
CalcFieldList
Type: SystemString
SummaryTypeList
Type: SystemString
SummaryFunctionList
Type: SystemString
ExLabelList
Type: SystemString
ExDataTypeList
Type: SystemString
ExWidthList
Type: SystemString
QueryStringCalc
Type: SystemString
ExtraFieldsUsed
Type: SystemString
See Also