Table of Contents

Class UnknownQueryResultGenerator

Namespace
Dynamicweb.Data.Firehose.ResultGenerators
Assembly
Dynamicweb.Core.dll
public sealed class UnknownQueryResultGenerator : ResultGeneratorBase
Inheritance
UnknownQueryResultGenerator
Inherited Members

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.

GetRows()

Streams rows directly from the database reader without materializing the full result set.

public IEnumerable<Row> GetRows()

Returns

IEnumerable<Row>
To top