MetaTable::GetPrimaryKeyDictionary Method (Object^)

.NET Framework (current version)
 

Retrieves a dictionary of primary-key names and values for the specified row.

Namespace:   System.Web.DynamicData
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.

The following example shows how to create a primary-key dictionary.

No code example is currently available or this language may not be supported.

.NET Framework
Available since 4.0
Return to top
Show: