2 references to IsAlphaNumeric
System.Data.Common (2)
System\Data\Filter\ExpressionParser.cs (2)
962
if (
IsAlphaNumeric
(ch))
1039
while (
IsAlphaNumeric
(text[_pos]))