Property Item
| Improve this Doc View SourceItem[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 |
|
TagNotFoundException |
|