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

'?'
Inheritance: PrimaryExpression
Afficher le fichier Open project: tupunco/Tup.Cobar4Net Class Usage Examples

Méthodes publiques

Méthode Description
Accept ( ISqlAstVisitor visitor ) : void
Equals ( object obj ) : bool
GetHashCode ( ) : int
ParamMarker ( int paramIndex ) : System.Collections.Generic

Méthodes protégées

Méthode Description
EvaluationInternal ( object>.IDictionary parameters ) : object

Method Details

Accept() public méthode

public Accept ( ISqlAstVisitor visitor ) : void
visitor ISqlAstVisitor
Résultat void

Equals() public méthode

public Equals ( object obj ) : bool
obj object
Résultat bool

EvaluationInternal() protected méthode

protected EvaluationInternal ( object>.IDictionary parameters ) : object
parameters object>.IDictionary
Résultat object

GetHashCode() public méthode

public GetHashCode ( ) : int
Résultat int

ParamMarker() public méthode

public ParamMarker ( int paramIndex ) : System.Collections.Generic
paramIndex int start from 1
Résultat System.Collections.Generic