QvxDataTable.Select Method |
Associate the QvxField[] array sent in as parameter
fields with the QvxDataTables corresponding
member.
Namespace: QlikView.Qvx.QvxLibraryAssembly: QvxLibrary (in QvxLibrary.dll) Version: 2.1.4.0 (2.1.4)
Syntaxpublic void Select(
params QvxField[] fields
)
Parameters
- fields
- Type:QlikView.Qvx.QvxLibrary.QvxField[]
QvxField[] array to associate with the
QvxDataTables corresponding member
See Also