C# 클래스 TSQL.Tokens.TSQLTokenExtensions

파일 보기 프로젝트 열기: bruce-dunwiddie/tsql-parser

공개 메소드들

메소드 설명
IsCharacter ( this token, TSQLCharacters character ) : bool
IsKeyword ( this token, TSQLKeywords keyword ) : bool

메소드 상세

IsCharacter() 공개 정적인 메소드

public static IsCharacter ( this token, TSQLCharacters character ) : bool
token this
character TSQLCharacters
리턴 bool

IsKeyword() 공개 정적인 메소드

public static IsKeyword ( this token, TSQLKeywords keyword ) : bool
token this
keyword TSQLKeywords
리턴 bool