TSqlParser.ValidateIdentifier(String) Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Check if a name is a valid sql identifier
public bool ValidateIdentifier (string name);
member this.ValidateIdentifier : string -> bool
Public Function ValidateIdentifier (name As String) As Boolean
Parameters
- name
- String
The string to be checked.
Returns
True if it is a valid identifier.