C# Class TSQL.Tokens.TSQLTokenExtensions

Afficher le fichier Open project: bruce-dunwiddie/tsql-parser

Méthodes publiques

Méthode Description
IsCharacter ( this token, TSQLCharacters character ) : bool
IsKeyword ( this token, TSQLKeywords keyword ) : bool

Method Details

IsCharacter() public static méthode

public static IsCharacter ( this token, TSQLCharacters character ) : bool
token this
character TSQLCharacters
Résultat bool

IsKeyword() public static méthode

public static IsKeyword ( this token, TSQLKeywords keyword ) : bool
token this
keyword TSQLKeywords
Résultat bool