MetaTable.GetPrimaryKeyString Method (Object)
.NET Framework (current version)
Returns a comma-separated list of column values that represent the primary key for the specified row.
Assembly: System.Web.DynamicData (in System.Web.DynamicData.dll)
abstract GetPrimaryKeyString : row:Object -> string override GetPrimaryKeyString : row:Object -> string
Parameters
- row
-
Type:
System.Object
The row to get the primary key for.
Return Value
Type: System.StringA comma-separated list of column values that represent the primary key for the row.
.NET Framework
Available since 3.5
Available since 3.5
Show: