MetaTable.GetPrimaryKeyDictionary Method (Object)
.NET Framework (current version)
Retrieves a dictionary of primary-key names and values for the specified row.
Assembly: System.Web.DynamicData (in System.Web.DynamicData.dll)
Parameters
- row
-
Type:
System.Object
A row.
Return Value
Type: System.Collections.Generic.IDictionary<String, Object>A dictionary of primary-key names and values.
The following example shows how to create a primary-key dictionary.
.NET Framework
Available since 4.0
Available since 4.0
Show: