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.

To top