Skip to main content
All docs
V25.1
  • BigQueryConnectionParameters(String) Constructor

    Initializes a new instance of the BigQueryConnectionParameters class with specified settings.

    Namespace: DevExpress.DataAccess.ConnectionParameters

    Assembly: DevExpress.DataAccess.v25.1.dll

    NuGet Package: DevExpress.DataAccess

    Declaration

    public BigQueryConnectionParameters(
        string dsn
    )

    Parameters

    Name Type
    dsn String
    See Also