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)
184
return GetForeignKeyMetaTable(row).
GetActionPath
(action, fkValues, path);
DynamicData\MetaTable.cs (1)
439
return
GetActionPath
(action, GetPrimaryKeyValues(row), path);