Click or drag to resize
QvxDataTableSelect Method
Associate the QvxField[] array sent in as parameter fields with the QvxDataTables corresponding member.

Namespace: QlikView.Qvx.QvxLibrary
Assembly: QvxLibrary (in QvxLibrary.dll) Version: 2.1.4.0 (2.1.4)
Syntax
C#
public void Select(
	params QvxField[] fields
)

Parameters

fields
Type: QlikView.Qvx.QvxLibraryQvxField
QvxField[] array to associate with the QvxDataTables corresponding member
See Also