2 references to TryGetMetaTable
System.Web.DynamicData (2)
DynamicData\DynamicDataExtensions.cs (2)
51return TryGetMetaTable(dataSource, new HttpContextWrapper(HttpContext.Current), out table); 94if (TryGetMetaTable(dataSource, context, out table)) {