Skip to main content
All docs
V23.2

SaveQueryRequest.Connection Property

Gets or sets the SQL data source connection serialized in JSON.

Namespace: DevExpress.DataAccess.Web.QueryBuilder.DataContracts

Assembly: DevExpress.DataAccess.v23.2.dll

NuGet Packages: DevExpress.DataAccess, DevExpress.Win.PivotGrid, DevExpress.Win.TreeMap

Declaration

[DataMember(Name = "connection")]
public string Connection { get; set; }

Property Value

Type Description
String

A string that is the SQL data source connection serialized in JSON.

See Also