TSqlParser.ParseConstantOrIdentifier 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 ParseConstantOrIdentifier ( _
    input As TextReader, _
    <OutAttribute> ByRef errors As IList(Of ParseError) _
) As TSqlFragment
public TSqlFragment ParseConstantOrIdentifier(
    TextReader input,
    out IList<ParseError> errors
)
public:
TSqlFragment^ ParseConstantOrIdentifier(
    TextReader^ input, 
    [OutAttribute] IList<ParseError^>^% errors
)
member ParseConstantOrIdentifier : 
        input:TextReader * 
        errors:IList<ParseError> byref -> TSqlFragment 
public function ParseConstantOrIdentifier(
    input : TextReader, 
    errors : IList<ParseError>
) : TSqlFragment

Parameters

Return Value

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

.NET Framework Security

See Also

Reference

TSqlParser Class

ParseConstantOrIdentifier Overload

Microsoft.Data.Schema.ScriptDom.Sql Namespace