Click or drag to resize
QvxConnectionExtractQuery Method
Override this method if you want to implement custom parsing of your query. If your query is not an SQL query you need to parse it yourself.

Namespace: QlikView.Qvx.QvxLibrary
Assembly: QvxLibrary (in QvxLibrary.dll) Version: 2.1.4.0 (2.1.4)
Syntax
C#
public virtual QvxDataTable ExtractQuery(
	string query,
	List<QvxTable> tables
)

Parameters

query
Type: SystemString
Contains the query/statement to be parsed.
tables
Type: System.Collections.GenericListQvxTable
Contains all table definitions defined as MTables in the Init() method.

Return Value

Type: QvxDataTable
A QvxDataTable containing a table and its selected fields.
See Also