BigQueryConnectionParameters.DataSetID Property
Gets or sets the ID of the dataset that contains required tables.
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 dataset that contains required tables. |
Remarks
Use the BigQueryConnectionParameters.ProjectID property to specify the ID of the project that contains the current dataset.
See Also