| Name | Description |
|---|
 | Create(SqlVersion, Boolean) | Creates a Transact-SQL parser for the specified version.(Inherited from TSqlParser.) |
 | Equals(Object^) | |
 | Finalize() | |
 | GetHashCode() | |
 | GetTokenStream(TextReader^, IList<ParseError^>^%) | Returns a list of parser tokens and a list of errors by using the provided text reader.(Inherited from TSqlParser.) |
 | GetTokenStream(TextReader^, IList<ParseError^>^%, Int32, Int32, Int32) | Returns a list of parser tokens and a list of errors by using the provided text reader.(Inherited from TSqlParser.) |
 | GetType() | |
 | MemberwiseClone() | |
 | Parse(IList<TSqlParserToken^>^, IList<ParseError^>^%) | |
 | Parse(TextReader^, IList<ParseError^>^%) | Returns a script fragment and a list of errors by using the provided text reader.(Inherited from TSqlParser.) |
 | Parse(TextReader^, IList<ParseError^>^%, Int32, Int32, Int32) | Returns a script fragment and a list of errors by using the provided values.(Inherited from TSqlParser.) |
 | ParseBooleanExpression(TextReader^, IList<ParseError^>^%) | Returns a Boolean expression and a list of errors by using the provided text reader.(Inherited from TSqlParser.) |
 | ParseBooleanExpression(TextReader^, IList<ParseError^>^%, Int32, Int32, Int32) | |
 | ParseChildObjectName(TextReader^, IList<ParseError^>^%) | Returns a child object name and a list of errors by using the provided text reader.(Inherited from TSqlParser.) |
 | ParseChildObjectName(TextReader^, IList<ParseError^>^%, Int32, Int32, Int32) | |
 | ParseConstantOrIdentifier(TextReader^, IList<ParseError^>^%) | Returns a constant or identifier and a list of errors by using the provided text reader.(Inherited from TSqlParser.) |
 | ParseConstantOrIdentifier(TextReader^, IList<ParseError^>^%, Int32, Int32, Int32) | |
 | ParseConstantOrIdentifierWithDefault(TextReader^, IList<ParseError^>^%) | Returns a constant or identifier with default values and a list of errors by using the provided text reader.(Inherited from TSqlParser.) |
 | ParseConstantOrIdentifierWithDefault(TextReader^, IList<ParseError^>^%, Int32, Int32, Int32) | |
 | 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) | |
 | ParseScalarDataType(TextReader^, IList<ParseError^>^%) | Returns a scalar data type and a list of errors by using the provided text reader.(Inherited from TSqlParser.) |
 | ParseScalarDataType(TextReader^, IList<ParseError^>^%, Int32, Int32, Int32) | |
 | ParseSchemaObjectName(TextReader^, IList<ParseError^>^%) | Returns a schema object name and a list of errors by using the provided text reader.(Inherited from TSqlParser.) |
 | ParseSchemaObjectName(TextReader^, IList<ParseError^>^%, Int32, Int32, Int32) | |
 | ParseStatementList(TextReader^, IList<ParseError^>^%) | Returns a statement list and a list of errors by using the provided text reader.(Inherited from TSqlParser.) |
 | ParseStatementList(TextReader^, IList<ParseError^>^%, Int32, Int32, Int32) | |
 | ParseSubQueryExpressionWithOptionalCTE(TextReader^, IList<ParseError^>^%) | Parses an input string to get a subquery expression with optional common table expression and xml namespaces with the specified input reader.(Inherited from TSqlParser.) |
 | ParseSubQueryExpressionWithOptionalCTE(TextReader^, IList<ParseError^>^%, Int32, Int32, Int32) | |
 | ToString() | |
 | TryParseSqlModuleObjectName(TextReader^, SchemaObjectName^%) | Indicates whether the input script contains a SQL module object name.(Inherited from TSqlParser.) |
 | TryParseTriggerModule(TextReader^, SchemaObjectName^%, SchemaObjectName^%) | Indicates whether the input script contains a trigger module.(Inherited from TSqlParser.) |
 | ValidateIdentifier(String^) | Returns whether a name is a valid SQL identifier.(Inherited from TSqlParser.) |