Implemented interface member:
method
GetActionPath
System.Web.DynamicData.IMetaTable.GetActionPath(System.String, System.Collections.Generic.IList<System.Object>, System.String)
2 references to GetActionPath
System.Web.DynamicData (2)
DynamicData\MetaForeignKeyColumn.cs (1)
184return GetForeignKeyMetaTable(row).GetActionPath(action, fkValues, path);
DynamicData\MetaTable.cs (1)
439return GetActionPath(action, GetPrimaryKeyValues(row), path);