System.Web.UI.WebControls.DataKeyCollection Members

The members of System.Web.UI.WebControls.DataKeyCollection are listed below.

See Also: Inherited members from System.Object

Public Constructors

Public Properties

[read-only]
Countint.

Gets the number of items in the collection.

[read-only]
IsReadOnlybool.

Gets a value indicating whether items in the System.Web.UI.WebControls.DataKeyCollection can be modified.

[read-only]
IsSynchronizedbool.

Gets a value indicating whether the System.Web.UI.WebControls.DataKeyCollection is synchronized (thread-safe).

[read-only]
default property
Item(int)object. Documentation for this section has not yet been entered.
[read-only]
SyncRootobject.

Gets the object used to synchronize access to the System.Web.UI.WebControls.DataKeyCollection.

Public Methods

CopyTo(Array, int)

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.

GetEnumerator() : IEnumerator

Creates a IEnumerator implemented object that contains all key fields in the System.Web.UI.WebControls.DataKeyCollection.