DataKey Members
.NET Framework 2.0
Represents the primary key field or fields of a record in a data-bound control.
The following tables list the members exposed by the DataKey type.
(see also
Protected Properties
)
Top
| Name | Description | |
|---|---|---|
| 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 | |
|---|---|---|
| IsTrackingViewState | Gets a value indicating whether the DataKey object is tracking its view-state changes. |
(see also
Protected Methods
)
Top
| Name | Description | |
|---|---|---|
| Equals | Overloaded. Determines whether two Object instances are equal. (Inherited from Object.) |
| GetHashCode | Serves as a hash function for a particular type. GetHashCode is suitable for use in hashing algorithms and data structures like a hash table. (Inherited from Object.) |
| GetType | Gets the Type of the current instance. (Inherited from Object.) |
| ReferenceEquals | Determines whether the specified Object instances are the same instance. (Inherited from Object.) |
| ToString | Returns a String that represents the current Object. (Inherited from Object.) |
| Name | Description | |
|---|---|---|
| Finalize | Allows an Object to attempt to free resources and perform other cleanup operations before the Object is reclaimed by garbage collection. (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. |
| TrackViewState | Marks the starting point at which to begin tracking and saving view-state changes to the DataKey object. |
| Name | Description | |
|---|---|---|
| System.Web.UI.IStateManager.LoadViewState | Loads the previously saved view state of the DataKey object. |
| System.Web.UI.IStateManager.SaveViewState | Saves the current view state of the DataKey object. |
| System.Web.UI.IStateManager.TrackViewState | Marks the starting point at which to begin tracking and saving view-state changes to the DataKey object. |
| System.Web.UI.IStateManager.IsTrackingViewState | Gets a value indicating whether the DataKey object is tracking its view-state changes. |
Community Additions
ADD
Show: