
I would like to define a dialect of the language. How do I do this?
What exactly I am trying to do:
I need certain controls to validate strings (while, preferably, keeping the rest of the language syntax, which is VB, intact.) as though they were SQL. How can I modify (or perferably add) rules to the syntaxEditor?
dim sqlString = "SELECT field from table where otherField= 'value' "
[Modified 7 years ago]