Search Results for

    Show / Hide Table of Contents

    Property Item

    | Improve this Doc View Source

    Item[String]

    Gets the SQL statement associated with the specified tag.

    Declaration
    string this[string tagName] { get; }
    Parameters
    Type Name Description
    String tagName

    The tag of the SQL statement to get.

    Property Value
    Type Description
    String

    The SQL statement associated with the specified tag. If the specified tag is not found, throws a TagNotFoundException.

    Exceptions
    Type Condition
    ArgumentNullException

    tagName is null.

    TagNotFoundException

    tagName does not exist in the collection.

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