Skip to main content

ConnectionPropertiesPage.DataSetID Property

Specifies the ID of a dataset that contains required tables. This property is in effect for Google BigQuery databases.

Namespace: DevExpress.Xpf.DataAccess.DataSourceWizard

Assembly: DevExpress.Xpf.DataAccess.v23.2.dll

NuGet Package: DevExpress.Wpf.Reporting

Declaration

public virtual string DataSetID { get; set; }

Property Value

Type Description
String

A String value, specifying the dataset ID.

See Also