BaseDataList.DataKeysArray 属性

定义

获取 ArrayList 对象,它包含数据列表控件中每个记录的键值。Gets an ArrayList object that contains the key values of each record in a data listing control.

protected:
 property System::Collections::ArrayList ^ DataKeysArray { System::Collections::ArrayList ^ get(); };
protected System.Collections.ArrayList DataKeysArray { get; }
member this.DataKeysArray : System.Collections.ArrayList
Protected ReadOnly Property DataKeysArray As ArrayList

属性值

ArrayList

一个 ArrayList,包含数据列表控件中每个记录的键值。An ArrayList that contains the key values of each record in a data listing control.

注解

DataKeysArray派生类使用属性来存储数据列表控件中每个记录的键值。The DataKeysArray property is used by a derived class to store the key values of each record in a data listing control. 此属性通常用于生成 DataKeyCollection 属性中包含的对象 DataKeysThis property is generally used to generate the DataKeyCollection object contained in the DataKeys property.

适用于

另请参阅