BigQueryConnectionParameters.DataSetID Property
Gets or sets the ID of the dataset that contains required tables.
Namespace: DevExpress.DataAccess.ConnectionParameters
Assembly: DevExpress.DataAccess.v24.2.dll
NuGet Package: DevExpress.DataAccess
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