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