C# 클래스 TSqlFlex.Core.TSqlRules

파일 보기 프로젝트 열기: nycdotnet/TSqlFlex 1 사용 예제들

공개 메소드들

메소드 설명
ContainsSquareBracket ( string fieldName ) : bool
ContainsWhitespace ( string fieldName ) : bool
IsReservedWord ( string word ) : bool

메소드 상세

ContainsSquareBracket() 공개 정적인 메소드

public static ContainsSquareBracket ( string fieldName ) : bool
fieldName string
리턴 bool

ContainsWhitespace() 공개 정적인 메소드

public static ContainsWhitespace ( string fieldName ) : bool
fieldName string
리턴 bool

IsReservedWord() 공개 정적인 메소드

public static IsReservedWord ( string word ) : bool
word string
리턴 bool