Click or drag to resize
QvxConnectionFindTable Method
Find QvxTable based on name.

Namespace: QlikView.Qvx.QvxLibrary
Assembly: QvxLibrary (in QvxLibrary.dll) Version: 2.1.4.0 (2.1.4)
Syntax
C#
public QvxTable FindTable(
	string name,
	IEnumerable<QvxTable> tables
)

Parameters

name
Type: SystemString
Table name to search for
tables
Type: System.Collections.GenericIEnumerableQvxTable
QvxTable array to search in

Return Value

Type: QvxTable
The QvxTable with said name if it exists, otherwise null
See Also