| IDataRecordValues Property  | 
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.EngineAssembly: Qlik.Engine (in Qlik.Engine.dll) Version: 1.1.0.0 (1.1.0.0)
SyntaxIEnumerable<string> Values { get; set; }Property Values As IEnumerable(Of String)
	Get
	Set
Property Value
Type: 
IEnumerableString
See Also