1 write to ChildTable
System.Web.DynamicData (1)
DynamicData\MetaChildrenColumn.cs (1)
25
ChildTable
= Model.GetTable(a.ToTable.Name, Table.DataContextType);
3 references to ChildTable
System.Web.DynamicData (3)
DynamicData\MetaChildrenColumn.cs (3)
28
ColumnInOtherTable =
ChildTable
.GetColumn(a.ToColumn.Name);
84
return
ChildTable
.GetActionPath(action, GetRouteValues(row));
123
get { return
ChildTable
; }