RunQuerySPQueryString Method |
|
DataPA OpenAnalytics API Reference
Namespace: DataPA.Utils.QueryEngineAssembly: 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
)
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
)
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
)
function SPQueryString(Query, SQLSP, SQLParams, SQLParamTypes, SQLParamInputs, SQLParamSizes, SQLParamScales, SQLParamPrecs, SQLParamValues, QueryString, FieldList, ByPhrase, 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