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