Search Results for

    Show / Hide Table of Contents

    Struct ModelTag

    Represents the tag with its associated SQL statement.

    Inherited Members
    ValueType.Equals(Object)
    ValueType.GetHashCode()
    Object.Equals(Object, Object)
    Object.GetType()
    Object.ReferenceEquals(Object, Object)
    Namespace: YeSql.Net
    Assembly: YeSql.Net.dll
    Syntax
    public readonly struct ModelTag

    Constructors

    Name Description
    ModelTag()

    Initializes a new instance of the ModelTag class.

    Properties

    Name Description
    Name

    Gets the name of the tag.

    SqlStatement

    Gets the SQL statement of the tag.

    Methods

    Name Description
    Deconstruct(out String, out String)

    Deconstructs the current ModelTag.

    ToString()

    Returns a string that represents the current object of type ModelTag.

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