Method Parse
| Improve this Doc View SourceParse(String, out YeSqlValidationResult)
Start the parsing to extract the SQL statements from a data source.
Declaration
public ISqlCollection Parse(string source, out YeSqlValidationResult validationResult)
Parameters
| Type | Name | Description |
|---|---|---|
| String | source | The data source to parsing. |
| YeSqlValidationResult | validationResult | The validation result of the parsing process. |
Returns
| Type | Description |
|---|---|
| ISqlCollection | A collection containing the tags with their associated SQL statements. |
Exceptions
| Type | Condition |
|---|---|
| ArgumentNullException |
|