Click or drag to resize
QvxTableGetRowsHandler Delegate
Delegate which makes it possible for a custom connector to let the SDK know which method to use when getting rows.

Namespace: QlikView.Qvx.QvxLibrary
Assembly: QvxLibrary (in QvxLibrary.dll) Version: 2.1.4.0 (2.1.4)
Syntax
C#
public delegate IEnumerable<QvxDataRow> GetRowsHandler()

Return Value

Type: IEnumerableQvxDataRow
See Also