Skip to main content
A newer version of this page is available. .
All docs
V20.2

SaveQueryRequest.Connection Property

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

Namespace: DevExpress.DataAccess.Web.QueryBuilder.DataContracts

Assembly: DevExpress.DataAccess.v20.2.dll

NuGet Packages: DevExpress.DataAccess, DevExpress.WindowsDesktop.DataAccess

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