SelectStatementResult Class
In This Article
Represents the result of a single select query to a data store.
Namespace: DevExpress.Xpo.DB
Assembly: DevExpress.Data.v24.2.dll
NuGet Package: DevExpress.Data
#Declaration
#Related API Members
The following members return SelectStatementResult objects:
Library | Related API Members |
---|---|
Cross-Platform Class Library | Select |
XPO (. |
XPData |
#Remarks
This class represents the result of a single select query to a data store. The result of a query is an array of rows (SelectStatementResult.Rows) that are selected from a data store. Each row contains the values of the queried fields.
See Also