BigQueryConnectionParameters.ProjectID Property
Gets or sets the ID of the project that contains the required data.
Namespace: DevExpress.DataAccess.ConnectionParameters
Assembly: DevExpress.DataAccess.v24.1.dll
NuGet Packages: DevExpress.DataAccess, DevExpress.Win.PivotGrid, DevExpress.Win.TreeMap
Declaration
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