Table of Contents

Class ModifySchemaResultGenerator

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

Constructors

ModifySchemaResultGenerator(QueryAnalyzer)

public ModifySchemaResultGenerator(QueryAnalyzer analyzer)

Parameters

analyzer QueryAnalyzer

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