Namespace Dynamicweb.Data.Firehose.ResultGenerators
Classes
- NonQueryResultGenerator
Generates results for SQL statements that do not return data rows, such as INSERT, UPDATE, or DELETE commands.
- ResultGeneratorBase
Provides a base class for generating query results. Results can be paged using the skip and take parameters, if the underlying SQL query supports paging, such as SELECT.
- SelectResultGenerator
Generates query results for SQL SELECT statements, supporting paging and total count calculation when possible.