SqlNameHelper
Returns a string with the delimiters added to make the input string
a valid SQL Server delimited identifier. Brackets are used as the
delimiter. Unlike the T-SQL version, an ArgumentException Is thrown
instead of returning a null for invalid arguments.
Returns a string with the delimiters added to make the input string
a valid SQL Server delimited identifier. Unlike the T-SQL version,
an ArgumentException is thrown instead of returning a null for
invalid arguments.