Skip to main content
All docs
V23.2

BigQueryConnectionParameters.Dsn Property

Specifies the name that is used to request a connection to an ODBC Data Source.

Namespace: DevExpress.DataAccess.ConnectionParameters

Assembly: DevExpress.DataAccess.v23.2.dll

NuGet Packages: DevExpress.DataAccess, DevExpress.Win.PivotGrid, DevExpress.Win.TreeMap

Declaration

public string Dsn { get; set; }

Property Value

Type Description
String

The name that is used to request a connection to an ODBC Data Source.

See Also