Convert a DataView to an optimised JSON String, i.e., the object contains a Rows array of values rather than name/ value pairs but also contains column information detailing the name and data types of each column.

Syntax

finHtmlWidgetUtilities.DataViewToOptimisedJsonString(dv, [columns])

Parameters

NameTypeOptionalByRefDescription
dv DataView The DataView.
columns String Optional A comma-separated list of Columns to include (and the order in which to include them) or a blank String to include all Columns.

Return Value

String

A String value.

Member of:
finHtmlWidgetUtilities
Namespace:
Intersoft.finSupport6
Assembly:
finSupport6, Version=6.0.3
Target Framework:
.NET 9.0