Search Results for

    Show / Hide Table of Contents

    Method Parse

    | Improve this Doc View Source

    Parse(String, out YeSqlValidationResult)

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

    Declaration
    public ISqlCollection Parse(string source, out YeSqlValidationResult validationResult)
    Parameters
    Type Name Description
    String source

    The data source to parsing.

    YeSqlValidationResult validationResult

    The validation result of the parsing process.

    Returns
    Type Description
    ISqlCollection

    A collection containing the tags with their associated SQL statements.

    Exceptions
    Type Condition
    ArgumentNullException

    source is null.

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