This topic has not yet been rated - Rate this topic

TSqlParserToken.IsKeyword Method

SQL Server 2012

Determines the value that indicates whether the token is a language keyword.

Namespace:  Microsoft.SqlServer.TransactSql.ScriptDom
Assembly:  Microsoft.SqlServer.TransactSql.ScriptDom (in Microsoft.SqlServer.TransactSql.ScriptDom.dll)
public bool IsKeyword()

Return Value

Type: System.Boolean
True if the token is a language keyword otherwise; False.
Did you find this helpful?
(1500 characters remaining)

Community Additions

ADD
© 2013 Microsoft. All rights reserved.