MetaTable.GetPrimaryKeyValues Method (Object)

 

Returns a collection of column values that represent the primary key for the specified row.

Namespace:   System.Web.DynamicData
Assembly:  System.Web.DynamicData (in System.Web.DynamicData.dll)

abstract GetPrimaryKeyValues : 
        row:Object -> IList<Object>
override GetPrimaryKeyValues : 
        row:Object -> IList<Object>

Parameters

row
Type: System.Object

The row to get the primary key for.

Return Value

Type: System.Collections.Generic.IList<Object>

A collection of column values that represent the primary key for the row.

.NET Framework
Available since 3.5
Return to top
Show: