次の方法で共有


BaseDataListDesigner.DataKeyField プロパティ

定義

関連付けられたコントロールのデータ キー フィールドの値を取得または設定します。

public:
 property System::String ^ DataKeyField { System::String ^ get(); void set(System::String ^ value); };
public string DataKeyField { get; set; }
member this.DataKeyField : string with get, set
Public Property DataKeyField As String

プロパティ値

String

関連付けられたコントロールの DataKeyField 値。

注釈

プロパティは、 DataKeyField DataKeyField クラスから派生した、関連付けられたコントロールのプロパティへのアクセスをデザイナーから提供し BaseDataList ます。 は、 DataKeyField 関連付けられているコントロールにバインドされているデータソースの主キーを示します。

適用対象

こちらもご覧ください