Class SqlParser
Class used by Evaluator to divide a expression into tokens
Assembly: Reportman.Reporting.dll
Syntax
Constructors
View Source
SqlParser()
Declaration
Properties
View Source
AsDecimal
Declaration
public decimal AsDecimal { get; }
Property Value
View Source
AsDouble
Declaration
public double AsDouble { get; }
Property Value
View Source
AsInteger
Declaration
public int AsInteger { get; }
Property Value
View Source
Expression
Declaration
public string Expression { get; set; }
Property Value
View Source
SourceLine
Declaration
public int SourceLine { get; }
Property Value
View Source
SourcePos
Declaration
public int SourcePos { get; }
Property Value
View Source
Token
Declaration
public TokenType Token { get; }
Property Value
Methods
View Source
IsAssignment()
Declaration
public bool IsAssignment()
Returns
View Source
NextToken()
Declaration
public TokenType NextToken()
Returns
View Source
TokenString()
Declaration
public string TokenString()
Returns