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 类派生的关联控件的属性的访问权限 BaseDataListDataKeyField指示绑定到关联控件的数据源的主键。

适用于

另请参阅