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