MetaTable.PrimaryKeyColumns Tulajdonság

Definíció

Lekéri az elsődleges kulcsot meghatározó oszlopok gyűjteményét.

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)

Tulajdonság értéke

Az elsődleges kulcs oszlopait tartalmazó gyűjtemény.

A következőre érvényes: