SqlQuery Class
A formalized description of a database query used to select data from SqlDataSource.
Namespace: DevExpress.DataAccess.Sql
Assembly: DevExpress.DataAccess.v24.2.dll
NuGet Package: DevExpress.DataAccess
#Declaration
#Related API Members
The following members return SqlQuery objects:
Library | Related API Members |
---|---|
Cross-Platform Class Library | ISql |
Sql |
|
Sql |
|
Sql |
|
Win |
Query |
Query |
|
.NET Reporting Tools | Data |
#Remarks
The result of any query is always a two-dimensional table containing the data records.
The SqlDataSource class exposes the SqlDataSource.Queries property that provides access to a collection of SqlQuery
objects.