Skip to main content
All docs
V24.2

IQueryBuilderInputSerializer.DeserializeSqlDataConnection(String) Method

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

Namespace: DevExpress.DataAccess.Web.QueryBuilder

Assembly: DevExpress.DataAccess.v24.2.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