Search Results for

    Show / Hide Table of Contents

    Class YeSqlParser

    Represents the parser that extracts the SQL statements from the tags.

    Inheritance
    Object
    YeSqlParser
    Inherited Members
    Object.Equals(Object)
    Object.Equals(Object, Object)
    Object.GetHashCode()
    Object.GetType()
    Object.MemberwiseClone()
    Object.ReferenceEquals(Object, Object)
    Object.ToString()
    Namespace: YeSql.Net
    Assembly: YeSql.Net.dll
    Syntax
    public class YeSqlParser

    Constructors

    Name Description
    YeSqlParser()

    Initializes a new instance of the YeSqlParser class.

    Methods

    Name Description
    Parse(String, out YeSqlValidationResult)

    Start the parsing to extract the SQL statements from a data source.

    ParseAndThrow(String)

    Start the parsing to extract the SQL statements from a data source.

    • Improve this Doc
    • View Source
    In This Article
    Back to top Copyright ©2023 YeSQL.NET