3 references to GetMetaTable
System.Web.DynamicData (3)
DynamicData\DynamicDataExtensions.cs (1)
47return GetMetaTable(dataSource, new HttpContextWrapper(HttpContext.Current));
DynamicData\DynamicFilter.cs (1)
106MetaTable table = DynamicDataExtensions.GetMetaTable(dataSource, Context);
DynamicData\QueryableFilterRepeater.cs (1)
102MetaTable table = DynamicDataExtensions.GetMetaTable(_dataSource, Context);