Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
This member overrides TSqlParser.ParseBooleanExpression(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 Overrides Function ParseBooleanExpression ( _
input As TextReader, _
<OutAttribute> ByRef errors As IList(Of ParseError), _
startOffset As Integer, _
startLine As Integer, _
startColumn As Integer _
) As Expression
public override 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
) override
abstract ParseBooleanExpression :
input:TextReader *
errors:IList<ParseError> byref *
startOffset:int *
startLine:int *
startColumn:int -> Expression
override ParseBooleanExpression :
input:TextReader *
errors:IList<ParseError> byref *
startOffset:int *
startLine:int *
startColumn:int -> Expression
public override function ParseBooleanExpression(
input : TextReader,
errors : IList<ParseError>,
startOffset : int,
startLine : int,
startColumn : int
) : Expression
Parameters
- input
Type: System.IO.TextReader
- errors
Type: System.Collections.Generic.IList<ParseError>%
- startOffset
Type: System.Int32
- startLine
Type: System.Int32
- startColumn
Type: System.Int32
Return Value
Type: Microsoft.Data.Schema.ScriptDom.Sql.Expression
.NET Framework Security
- Full trust for the immediate caller. This member cannot be used by partially trusted code. For more information, see Using Libraries from Partially Trusted Code.