Back to Devexpress

SelectStatementResult Class

corelibraries-devexpress-dot-xpo-dot-db-1827c191.md

latest2.1 KB
Original Source

SelectStatementResult Class

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

Namespace : DevExpress.Xpo.DB

Assembly : DevExpress.Data.v25.2.dll

NuGet Package : DevExpress.Data

Declaration

csharp
public class SelectStatementResult
vb
Public Class SelectStatementResult

The following members return SelectStatementResult objects:

LibraryRelated API Members
Cross-Platform Class LibrarySelectStatementResult.Clone()
XPO (.NET ORM Library)XPDataView.GetTargetResultSet(SelectedData)

The following members return SelectStatementResult objects:

LibraryRelated API Members
Cross-Platform Class LibrarySelectStatementResult.Clone()
XPO (.NET ORM Library)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.

Inheritance

Object SelectStatementResult

See Also

SelectStatementResult Members

How to: Access Data in SQL Query Results

DevExpress.Xpo.DB Namespace