A newer version of this page is available.
Switch to the current version.
SqlQuery Class
A formalized description of a database query used to select data from SqlDataSource.
Namespace: DevExpress.DataAccess.Sql
Assembly: DevExpress.DataAccess.v18.2.dll
Declaration
Related API Members
The following members accept/return SqlQuery objects:
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.
Inheritance
Extension Methods
See Also
Feedback