Search Results for

    Show / Hide Table of Contents

    Interface ISqlCollection

    Represents a collection of tags and SQL statements.

    Inherited Members
    IEnumerable<ModelTag>.GetEnumerator()
    Namespace: YeSql.Net
    Assembly: YeSql.Net.dll
    Syntax
    public interface ISqlCollection : IEnumerable<ModelTag>, IEnumerable

    Properties

    Name Description
    Item[String]

    Gets the SQL statement associated with the specified tag.

    Methods

    Name Description
    TryGetStatement(String, out String)

    Gets the SQL statement associated with the specified tag.

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