Search Results for

    Show / Hide Table of Contents

    Method Deconstruct

    | Improve this Doc View Source

    Deconstruct(out String, out String)

    Deconstructs the current ModelTag.

    Declaration
    public readonly void Deconstruct(out string name, out string sqlStatement)
    Parameters
    Type Name Description
    String name

    The name of the current ModelTag.

    String sqlStatement

    The SQL statement of the current ModelTag.

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