Class SelectResultGenerator
- Namespace
- Dynamicweb.Data.Firehose.ResultGenerators
- Assembly
- Dynamicweb.Core.dll
Generates query results for SQL SELECT statements, supporting paging and total count calculation when possible.
public sealed class SelectResultGenerator : ResultGeneratorBase
- Inheritance
-
SelectResultGenerator
- Inherited Members
Remarks
This class is intended for internal use by the query analysis and execution infrastructure. It handles both simple and complex SELECT queries, providing paged results and total row counts when the query structure allows. If paging or counting cannot be performed automatically, results are generated without these features.
Methods
GetResult()
Executes the query and returns the result as a RowQueryResult instance.
public override RowQueryResult GetResult()
Returns
- RowQueryResult
A RowQueryResult containing the data produced by the query execution.