GeneXus provides a GXquery API which allows developers to handle data types and methods to integrate queries made through GXquery within a GeneXus application.
The GXqueryRuntimeParameter data type is used to send a GXquery the parameters information to the moment of executing the query.
Name |
Is the parameter name. |
Value |
Is the parameter value. |
In this example, the GXqueryRuntimeParameters variable sent to GXquery the parameters and its values, in the same moment that this is executed.
&QueryResult = &GXqueryQuery.Execute(&GXqueryRuntimeParameters, &OutputFormatId, &GXqueryExecuteQueryServiceOptions, &Errors)
GXqueryQuery data type
GXqueryExecuteQueryServiceOption data type