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

ISqlDataSourceModel.Query Property

If implemented, specifies the SqlQuery.

Namespace: DevExpress.DataAccess.Wizard.Model

Assembly: DevExpress.DataAccess.v20.2.dll

NuGet Packages: DevExpress.DataAccess, DevExpress.WindowsDesktop.DataAccess

Declaration

SqlQuery Query { get; set; }

Property Value

Type Description
SqlQuery

An object that specifies the SQL query.

See Also