2 references to IdentifierPattern
System.Web.Extensions (2)
UI\WebControls\QueryableDataSourceHelper.cs (2)
24
private static readonly Regex IdentifierRegex = new Regex(
IdentifierPattern
+ @"\s*$");
26
private static readonly Regex AutoGenerateOrderByRegex = new Regex(
IdentifierPattern
+