Method TryGetStatement
| Improve this Doc View SourceTryGetStatement(String, out String)
Gets the SQL statement associated with the specified tag.
Declaration
bool TryGetStatement(string tagName, out string sqlStatement)
Parameters
Type | Name | Description |
---|---|---|
String | tagName | The tag of the SQL statement to get. |
String | sqlStatement | When this method returns, contains the SQL statement associated with the specified tag, if the tag is found;
otherwise, the default value for the type of the |
Returns
Type | Description |
---|---|
Boolean |
|
Exceptions
Type | Condition |
---|---|
ArgumentNullException |
|