TSqlParser.ParseBooleanExpression Method (TextReader, IList<ParseError>%)
Namespace: Microsoft.Data.Schema.ScriptDom.Sql
Assembly: Microsoft.Data.Schema.ScriptDom.Sql (in Microsoft.Data.Schema.ScriptDom.Sql.dll)
Syntax
'Declaration
Public Function ParseBooleanExpression ( _
input As TextReader, _
<OutAttribute> ByRef errors As IList(Of ParseError) _
) As Expression
public Expression ParseBooleanExpression(
TextReader input,
out IList<ParseError> errors
)
public:
Expression^ ParseBooleanExpression(
TextReader^ input,
[OutAttribute] IList<ParseError^>^% errors
)
member ParseBooleanExpression :
input:TextReader *
errors:IList<ParseError> byref -> Expression
public function ParseBooleanExpression(
input : TextReader,
errors : IList<ParseError>
) : Expression
Parameters
- input
Type: System.IO.TextReader
- errors
Type: System.Collections.Generic.IList<ParseError>%
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.