C# Class CouchRS.Grammar.CouchQueryParameterVisitor

Visits a CouchQuery command text and produces a collection of CouchQueryParameters used in the command.
Show file Open project: ifandelse/CouchRS Class Usage Examples

Public Methods

Method Description
Visit ( CouchDbCommand command ) : void

Private Methods

Method Description
CouchQueryParameterVisitor ( ) : System
GetParamNames ( ParseTreeNode parseTreeNode ) : List

Method Details

Visit() public method

public Visit ( CouchDbCommand command ) : void
command CouchRS.DataProcessingExtension.CouchDbCommand
return void