Click or drag to resize
QvxDataTable Class
Helper class which keeps track of a QvxTable and its associated QvxField[] array
Inheritance Hierarchy
SystemObject
  QlikView.Qvx.QvxLibraryQvxDataTable

Namespace: QlikView.Qvx.QvxLibrary
Assembly: QvxLibrary (in QvxLibrary.dll) Version: 2.1.4.0 (2.1.4)
Syntax
C#
public class QvxDataTable

The QvxDataTable type exposes the following members.

Constructors
  NameDescription
Public methodQvxDataTable
Instantiates a new QvxDataTable from a QvxTable
Top
Methods
  NameDescription
Public methodSelect
Associate the QvxField[] array sent in as parameter fields with the QvxDataTables corresponding member.
Top
See Also