GXqueryRuntimeParameter data type

Unofficial Content

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.

Properties

Name Is the parameter name.
Value Is the parameter value.

Example

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)

See also

GXqueryQuery data type
GXqueryExecuteQueryServiceOption data type