BaseDataList.DataKeysArray Property

Definition

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

Property Value

An ArrayList that contains the key values of each record in a data listing control.

Remarks

The 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 DataKeyCollection object contained in the DataKeys property.

Applies to

See also