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指示绑定到关联控件的数据源的主键。