Click or drag to resize
QvxTable Class
The QvxTable element specifies data formatting information for a single table.
Inheritance Hierarchy
SystemObject
  QlikView.Qvx.QvxLibraryQvxTable

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

The QvxTable type exposes the following members.

Constructors
  NameDescription
Public methodQvxTable
Initializes a new instance of the QvxTable class
Top
Properties
  NameDescription
Public propertyFields
Contains QvxField specified for every table field. See QvxField.
Public propertyGetRows
Returns the GetRowsHandler as defined when the table was created.
Public propertyItem
Find a field based on the field name.
Public propertyTableName
String defining source of the data, e.g. executed SQL statement.
Top
See Also