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.QvxLibraryAssembly: QvxLibrary (in QvxLibrary.dll) Version: 2.1.4.0 (2.1.4)
Syntax 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:
QvxDataTableA QvxDataTable containing a table and its selected fields.
See Also