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

SelectStatementResult Class

Represents the result of a single select query to a data store.

Namespace: DevExpress.Xpo.DB

Assembly: DevExpress.Data.v18.1.dll

Declaration

public class SelectStatementResult

The following members accept/return SelectStatementResult objects:

Library Related API Members
Cross-Platform Class Library SelectStatementResult.Clone()
eXpress Persistent Objects XPDataView.GetTargetResultSet(SelectedData)

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.

The following code snippet (auto-collected from DevExpress Examples) contains a reference to the SelectStatementResult class.

Note

The algorithm used to collect these code examples remains a work in progress. Accordingly, the links and snippets below may produce inaccurate results. If you encounter an issue with code examples below, please use the feedback form on this page to report the issue.

Inheritance

Object
SelectStatementResult
See Also