C# Class Tup.Cobar4Net.Parser.Ast.Expression.Primary.PlaceHolder

Inheritance: PrimaryExpression
显示文件 Open project: tupunco/Tup.Cobar4Net Class Usage Examples

Public Methods

Method Description
Accept ( ISqlAstVisitor visitor ) : void
PlaceHolder ( string name, string nameUp ) : System.Collections.Generic

Protected Methods

Method Description
EvaluationInternal ( object>.IDictionary parameters ) : object

Method Details

Accept() public method

public Accept ( ISqlAstVisitor visitor ) : void
visitor ISqlAstVisitor
return void

EvaluationInternal() protected method

protected EvaluationInternal ( object>.IDictionary parameters ) : object
parameters object>.IDictionary
return object

PlaceHolder() public method

public PlaceHolder ( string name, string nameUp ) : System.Collections.Generic
name string
nameUp string
return System.Collections.Generic