Skip to main content
A newer version of this page is available. .

BigQueryConnectionParameters.ProjectID Property

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

Namespace: DevExpress.DataAccess.ConnectionParameters

Assembly: DevExpress.DataAccess.v18.2.dll

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