Share via


TSql150Parser.ParseBooleanExpression Method

Definition

Parses an input string to get a boolean expression. This will return null, if there were any errors.

public override Microsoft.SqlServer.TransactSql.ScriptDom.BooleanExpression ParseBooleanExpression(System.IO.TextReader input, out System.Collections.Generic.IList<Microsoft.SqlServer.TransactSql.ScriptDom.ParseError> errors, int startOffset, int startLine, int startColumn);

Parameters

input
TextReader
errors
IList<ParseError>
startOffset
Int32
startLine
Int32
startColumn
Int32

Returns

Applies to