DataRecord Values Property Qlik Sense .NET SDK - API Reference
List of values inside the table. The first values (in result/qPreview/0/qValues) correspond to the field names in the table. The following values (from result/qPreview/1/qValues) are the values of the fields in the table.

Namespace: Qlik.Engine
Assembly: Qlik.Engine (in Qlik.Engine.dll) Version: 1.0.1.0 (1.0.1.0)
Syntax

public IEnumerable<string> Values { get; set; }

Property Value

Type: OnlineIEnumerable OnlineString 

Implements

IDataRecord Values
See Also