Class YeSqlParser
Represents the parser that extracts the SQL statements from the tags.
Inherited Members
Namespace: YeSql.Net
Assembly: YeSql.Net.dll
Syntax
public class YeSqlParser
Constructors
Name | Description |
---|---|
YeSqlParser() | Initializes a new instance of the YeSqlParser class. |
Methods
Name | Description |
---|---|
Parse(String, out YeSqlValidationResult) | Start the parsing to extract the SQL statements from a data source. |
ParseAndThrow(String) | Start the parsing to extract the SQL statements from a data source. |