MetaTable::PrimaryKeyColumns Property
.NET Framework (current version)
Gets the collection of columns that define the primary key.
Assembly: System.Web.DynamicData (in System.Web.DynamicData.dll)
public: property ReadOnlyCollection<MetaColumn^>^ PrimaryKeyColumns { ReadOnlyCollection<MetaColumn^>^ get(); }
Property Value
Type: System.Collections.ObjectModel::ReadOnlyCollection<MetaColumn^>^A collection that contains the primary-key columns.
.NET Framework
Available since 3.5
Available since 3.5
Show: