BaseDataListDesigner.DataKeyField Property
.NET Framework 3.0
Gets or sets the value of the data key field of the associated control.
Namespace: System.Web.UI.Design.WebControls
Assembly: System.Design (in system.design.dll)
Assembly: System.Design (in system.design.dll)
/** @property */ public String get_DataKeyField () /** @property */ public void set_DataKeyField (String value)
public function get DataKeyField () : String public function set DataKeyField (value : String)
Not applicable.
Property Value
The DataKeyField value of the associated control.The DataKeyField property provides access from the designer to the DataKeyField property of the associated control that is derived from the BaseDataList class. The DataKeyField indicates the primary key of the data source that is bound to the associated control.
Community Additions
ADD
Show: