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.v24.2.dll

NuGet Package: DevExpress.DataAccess

#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