Skip to main content

BigQueryConnectionParameters.DataSetID Property

Gets or sets the ID of the dataset that contains required tables.

Namespace: DevExpress.DataAccess.ConnectionParameters

Assembly: DevExpress.DataAccess.v23.2.dll

NuGet Packages: DevExpress.DataAccess, DevExpress.Win.PivotGrid, DevExpress.Win.TreeMap

Declaration

public string DataSetID { get; set; }

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