1 implementation of GetPrimaryKeyString
System.Web.DynamicData (1)
DynamicData\MetaTable.cs (1)
676public string GetPrimaryKeyString(object row) {
1 reference to GetPrimaryKeyString
System.Web.DynamicData (1)
DynamicData\Util\Misc.cs (1)
260string value = table.GetPrimaryKeyString(o);