Click or drag to resize
QvxConnection.FindTable 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: System.String
Table name to search for
tables
Type: System.Collections.Generic.IEnumerable<QvxTable>
QvxTable array to search in

Return Value

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