BaseDataListDesigner.DataKeyField 屬性
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
取得或設定關聯控制項的資料索引鍵欄位值。
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
屬性值
關聯控制項的 DataKeyField 值。
備註
DataKeyField屬性可讓您從設計工具存取 DataKeyField 衍生自類別之相關聯控制項的屬性 BaseDataList 。 指出系結 DataKeyField 至相關聯控制項之資料來源的主鍵。