MetaTable::GetPrimaryKeyString Method

 

Gets a list of values that represent the primary key for the specified row.

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

NameDescription
System_CAPS_pubmethodGetPrimaryKeyString(IList<Object^>^)

Returns a comma-separated list of column values that represent the primary key for the specified row.

System_CAPS_pubmethodGetPrimaryKeyString(Object^)

Returns a comma-separated list of column values that represent the primary key for the specified row.

Return to top
Show: