Values_1.DataTableEvaluatedValueSourceA data table evaluated value.
type nonrec t = {recordId : Values_0.DataTableId.t option;The value's record ID.
*)primaryValues : Values_0.PrimaryValuesSet.t option;The value's primary values.
*)attributeName : Values_0.DataTableName.t option;The value's attribute name.
*)valueType : Values_0.DataTableAttributeValueType.t option;The value's value type.
*)found : Values_0.Boolean.t option;The value's found.
*)error : Values_0.Boolean.t option;The value's error.
*)evaluatedValue : Values_0.String_.t option;The value's evaluated value.
*)}val to_value :
t ->
[> `Structure of
(string
* [> `Boolean of Values_0.Boolean.t
| `Enum of string
| `List of
[> `Structure of (string * [> `String of string ]) list ] list
| `String of Values_0.DataTableId.t ])
list ]