Skip to main content

SqlDataSourceModel.Queries Property

Provides access to the collection of SQL queries displayed in the Data Source Wizard.

Namespace: DevExpress.DataAccess.Wizard.Model

Assembly: DevExpress.DataAccess.v23.2.dll

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

Declaration

public List<CheckItem<SqlQuery>> Queries { get; }

Property Value

Type Description
List<CheckItem<SqlQuery>>

A collection of CheckItem<T> values, specifying the selected SqlQuery objects.

Implements

See Also