Click or drag to resize

DataQueryParse Method

Parses data query information fron the given string.

Namespace:  Dynamicweb.Controls.Charts
Assembly:  Dynamicweb.Controls (in Dynamicweb.Controls.dll) Version: 4.2.3
Syntax
public static DataQuery Parse(
	string input
)

Parameters

input
Type: SystemString
String to parse query information from.

Return Value

Type: DataQuery
Data query object.
Remarks