Skip to main content
All docs
V25.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.v25.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