DataKeyCollection Constructor (ArrayList^)

 

Initializes a new instance of the DataKeyCollection class.

Namespace:   System.Web.UI.WebControls
Assembly:  System.Web (in System.Web.dll)

public:
DataKeyCollection(
	ArrayList^ keys
)

Parameters

keys
Type: System.Collections::ArrayList^

A System.Collections::ArrayList that contains key fields from the data source.

Use this constructor to create and initialize a new instance of the DataKeyCollection class.

.NET Framework
Available since 1.1
Return to top
Show: