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)
public: virtual IDictionary<String^, Object^>^ GetPrimaryKeyDictionary( Object^ row ) sealed
Parameters
- row
-
Type:
System::Object^
A row.
Return Value
Type: System.Collections.Generic::IDictionary<String^, Object^>^A dictionary of primary-key names and values.
.NET Framework
Available since 4.0
Available since 4.0
Show: