Implemented interface member:
method
GetActionPath
System.Web.DynamicData.IMetaTable.GetActionPath(System.String, System.Collections.Generic.IList<System.Object>)
3 references to GetActionPath
System.Web.DynamicData (3)
DynamicData\MetaTable.cs (3)
427
return
GetActionPath
(action, GetPrimaryKeyValues(row));
446
return
GetActionPath
(action, (IList<object>)null);
485
return
GetActionPath
(action, primaryKeyValues);