Skip to main content
A newer version of this page is available. .
All docs
V23.1

IQueryBuilderInputSerializer.DeserializeSqlDataConnection(String) Method

Restores a data connection from the client-side Web Query Builder data.

Namespace: DevExpress.DataAccess.Web.QueryBuilder

Assembly: DevExpress.DataAccess.v23.1.dll

NuGet Package: DevExpress.DataAccess

Declaration

SqlDataConnection DeserializeSqlDataConnection(
    string connectionJson
)

Parameters

Name Type Description
connectionJson String

A string that is the connection data in JSON.

Returns

Type Description
SqlDataConnection

A connection to a SqlDataSource.

See Also