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

'?'
Inheritance: PrimaryExpression
Show file Open project: tupunco/Tup.Cobar4Net Class Usage Examples

Public Methods

Method Description
Accept ( ISqlAstVisitor visitor ) : void
Equals ( object obj ) : bool
GetHashCode ( ) : int
ParamMarker ( int paramIndex ) : 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

Equals() public method

public Equals ( object obj ) : bool
obj object
return bool

EvaluationInternal() protected method

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

GetHashCode() public method

public GetHashCode ( ) : int
return int

ParamMarker() public method

public ParamMarker ( int paramIndex ) : System.Collections.Generic
paramIndex int start from 1
return System.Collections.Generic