Search Results for

    Show / Hide Table of Contents

    Class SqlParser

    Class used by Evaluator to divide a expression into tokens

    Inheritance
    object
    SqlParser
    Inherited Members
    object.GetType()
    object.MemberwiseClone()
    object.ToString()
    object.Equals(object)
    object.Equals(object, object)
    object.ReferenceEquals(object, object)
    object.GetHashCode()
    Namespace: Reportman.Reporting
    Assembly: Reportman.Reporting.dll
    Syntax
    public class SqlParser

    Constructors

    SqlParser()

    Declaration
    public SqlParser()

    Properties

    AsDecimal

    Declaration
    public decimal AsDecimal { get; }
    Property Value
    Type Description
    decimal

    AsDouble

    Declaration
    public double AsDouble { get; }
    Property Value
    Type Description
    double

    AsInteger

    Declaration
    public int AsInteger { get; }
    Property Value
    Type Description
    int

    Expression

    Declaration
    public string Expression { get; set; }
    Property Value
    Type Description
    string

    SourceLine

    Declaration
    public int SourceLine { get; }
    Property Value
    Type Description
    int

    SourcePos

    Declaration
    public int SourcePos { get; }
    Property Value
    Type Description
    int

    Token

    Declaration
    public TokenType Token { get; }
    Property Value
    Type Description
    TokenType

    Methods

    IsAssignment()

    Declaration
    public bool IsAssignment()
    Returns
    Type Description
    bool

    NextToken()

    Declaration
    public TokenType NextToken()
    Returns
    Type Description
    TokenType

    TokenString()

    Declaration
    public string TokenString()
    Returns
    Type Description
    string
    In this article
    Back to top Generated by DocFX