TSqlParser.ParseBooleanExpression Method (TextReader, IList<ParseError>%, Int32, Int32, Int32)

Namespace:  Microsoft.Data.Schema.ScriptDom.Sql
Assembly:  Microsoft.Data.Schema.ScriptDom.Sql (in Microsoft.Data.Schema.ScriptDom.Sql.dll)

Syntax

'Declaration
Public MustOverride Function ParseBooleanExpression ( _
    input As TextReader, _
    <OutAttribute> ByRef errors As IList(Of ParseError), _
    startOffset As Integer, _
    startLine As Integer, _
    startColumn As Integer _
) As Expression
public abstract Expression ParseBooleanExpression(
    TextReader input,
    out IList<ParseError> errors,
    int startOffset,
    int startLine,
    int startColumn
)
public:
virtual Expression^ ParseBooleanExpression(
    TextReader^ input, 
    [OutAttribute] IList<ParseError^>^% errors, 
    int startOffset, 
    int startLine, 
    int startColumn
) abstract
abstract ParseBooleanExpression : 
        input:TextReader * 
        errors:IList<ParseError> byref * 
        startOffset:int * 
        startLine:int * 
        startColumn:int -> Expression 
public abstract function ParseBooleanExpression(
    input : TextReader, 
    errors : IList<ParseError>, 
    startOffset : int, 
    startLine : int, 
    startColumn : int
) : Expression

Parameters

Return Value

Type: Microsoft.Data.Schema.ScriptDom.Sql.Expression

.NET Framework Security

See Also

Reference

TSqlParser Class

ParseBooleanExpression Overload

Microsoft.Data.Schema.ScriptDom.Sql Namespace