This documentation is archived and is not being maintained.
DataKey Members
Visual Studio 2008
Represents the primary key field or fields of a record in a data-bound control.
The DataKey type exposes the following members.
| Name | Description | |
|---|---|---|
|
Equals | Determines whether the specified Object is equal to the current Object. (Inherited from Object.) |
|
Finalize | Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection. (Inherited from Object.) |
|
GetHashCode | Serves as a hash function for a particular type. (Inherited from Object.) |
|
GetType | Gets the type of the current instance. (Inherited from Object.) |
|
LoadViewState | Loads the previously saved view state of the DataKey object. |
|
MemberwiseClone | Creates a shallow copy of the current Object. (Inherited from Object.) |
|
SaveViewState | Saves the current view state of the DataKey object. |
|
ToString | Returns a string that represents the current object. (Inherited from Object.) |
|
TrackViewState | Marks the starting point at which to begin tracking and saving view-state changes to the DataKey object. |
| Name | Description | |
|---|---|---|
|
IsTrackingViewState | Gets a value indicating whether the DataKey object is tracking its view-state changes. |
|
Item | Overloaded. Gets the value of a key field from a DataKey object. |
|
Value | Gets the value of the key field at index 0 in the DataKey object. |
|
Values | Gets an IOrderedDictionary object that contains every key field in the DataKey object. |
| Name | Description | |
|---|---|---|
|
IStateManager::IsTrackingViewState | Gets a value indicating whether the DataKey object is tracking its view-state changes. |
|
IStateManager::LoadViewState | Infrastructure. Loads the previously saved view state of the DataKey object. |
|
IStateManager::SaveViewState | Infrastructure. Saves the current view state of the DataKey object. |
|
IStateManager::TrackViewState | Infrastructure. Marks the starting point at which to begin tracking and saving view-state changes to the DataKey object. |
Show: