TSqlParser.ValidateIdentifier(String) 메서드

정의

이름이 유효한 sql 식별자인지 확인

public bool ValidateIdentifier(string name);
member this.ValidateIdentifier : string -> bool
Public Function ValidateIdentifier (name As String) As Boolean

매개 변수

name
String

확인할 문자열입니다.

반품

유효한 식별자이면 True입니다.

적용 대상