SaveQueryRequest.Connection Property
Gets or sets the SQL data source connection serialized in JSON.
Namespace: DevExpress.DataAccess.Web.QueryBuilder.DataContracts
Assembly: DevExpress.DataAccess.v25.2.dll
NuGet Package: DevExpress.DataAccess
Declaration
Property Value
| Type | Description |
|---|---|
| String | A string that is the SQL data source connection serialized in JSON. |
See Also