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)
427return GetActionPath(action, GetPrimaryKeyValues(row)); 446return GetActionPath(action, (IList<object>)null); 485return GetActionPath(action, primaryKeyValues);