Interface ISqlCollection
Represents a collection of tags and SQL statements.
Inherited Members
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. |