TSql100Parser.ParseExpression Method
Returns an expression and a list of errors.
Assembly: Microsoft.SqlServer.TransactSql.ScriptDom (in Microsoft.SqlServer.TransactSql.ScriptDom.dll)
Name | Description | |
---|---|---|
![]() | ParseExpression(TextReader, IList<ParseError>) | Returns an expression and a list of errors by using the provided text reader.(Inherited from TSqlParser.) |
![]() | ParseExpression(TextReader, IList<ParseError>, Int32, Int32, Int32) | Parses an input string to get an expression. This will return null, if there were any errors.(Overrides TSqlParser.ParseExpression(TextReader, IList<ParseError>, Int32, Int32, Int32).) |
Show: