Skip to main content
A newer version of this page is available. .

ISqlDataSourceModel.Queries Property

If implemented, provides access to the collection of SQL queries displayed in the Data Source Wizard.

Namespace: DevExpress.DataAccess.Wizard.Model

Assembly: DevExpress.DataAccess.v18.2.dll

Declaration

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

Property Value

Type Description
List<CheckItem<SqlQuery>>

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

See Also