Copies all the items from the System.Web.UI.WebControls.DataKeyCollection to the specified Array object, starting at the specified index in the Array object.
- array
- A zero-based Array object that receives the copied items from the System.Web.UI.WebControls.DataKeyCollection.
- index
- The first position in the specified Array object to receive the copied contents.
Use this method to copy the contents of the System.Web.UI.WebControls.DataKeyCollection into the specified Array object, starting at the specified index.
The array parameter must be a zero-based Array object.