Implemented interface member:
method
GetPrimaryKeyValues
System.Web.DynamicData.IMetaTable.GetPrimaryKeyValues(System.Object)
4 references to GetPrimaryKeyValues
System.Web.DynamicData (4)
DynamicData\MetaChildrenColumn.cs (1)
107
IList<object> pkValues = Table.
GetPrimaryKeyValues
(row);
DynamicData\MetaTable.cs (3)
427
return GetActionPath(action,
GetPrimaryKeyValues
(row));
439
return GetActionPath(action,
GetPrimaryKeyValues
(row), path);
680
return GetPrimaryKeyString(
GetPrimaryKeyValues
(row));