MetaTable.PrimaryKeyColumns プロパティ

定義

主キーを定義する列のコレクションを取得します。

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)

プロパティ値

主キーの列が格納されているコレクション。

適用対象