Skip to main content

BigQueryConnectionParameters.ProjectID Property

Gets or sets the ID of the project that contains the required data.

Namespace: DevExpress.DataAccess.ConnectionParameters

Assembly: DevExpress.DataAccess.v23.2.dll

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

Declaration

public string ProjectID { get; set; }

Property Value

Type Description
String

A String value that specifies the ID of the project that contains the required data.

Remarks

To specify the dataset containing the required data, use the BigQueryConnectionParameters.DataSetID property.

See Also