Gets an ArrayList object that contains the key values of each record in a data listing control.
a ArrayList
The BaseDataList.DataKeysArray property is used by a derived class to store the key values of each record in a data listing control. This property is generally used to generate the System.Web.UI.WebControls.DataKeyCollection object contained in the BaseDataList.DataKeys property.