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

NuGet Package: DevExpress.DataAccess

#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