MetaTable.PrimaryKeyColumns Property

Definition

Gets the collection of columns that define the primary key.

public:
 property System::Collections::ObjectModel::ReadOnlyCollection<System::Web::DynamicData::MetaColumn ^> ^ PrimaryKeyColumns { System::Collections::ObjectModel::ReadOnlyCollection<System::Web::DynamicData::MetaColumn ^> ^ get(); };
public System.Collections.ObjectModel.ReadOnlyCollection<System.Web.DynamicData.MetaColumn> PrimaryKeyColumns { get; }
member this.PrimaryKeyColumns : System.Collections.ObjectModel.ReadOnlyCollection<System.Web.DynamicData.MetaColumn>
Public ReadOnly Property PrimaryKeyColumns As ReadOnlyCollection(Of MetaColumn)

Property Value

A collection that contains the primary-key columns.

Applies to