2 references to ContextTypeTableNamePair
System.Web.DynamicData (2)
DynamicData\MetaModel.cs (2)
330
_tablesByContextAndName.Add(new
ContextTypeTableNamePair
(table.DataContextType, table.Provider.Name), table);
497
if (!_tablesByContextAndName.TryGetValue(new
ContextTypeTableNamePair
(contextType, tableName), out table)) {