System.Web.UI.WebControls.DataKey.Values Property

Gets an System.Collections.Specialized.IOrderedDictionary object that contains every key field in the System.Web.UI.WebControls.DataKey object.

Syntax

public virtual System.Collections.Specialized.IOrderedDictionary Values { get; }

Value

Documentation for this section has not yet been entered.

Remarks

Use the DataKey.Values property to retrieve an System.Collections.Specialized.IOrderedDictionary object that contains every key field in the System.Web.UI.WebControls.DataKey object. The System.Collections.Specialized.IOrderedDictionary object is often used to iterate through the key fields of a record.

Requirements

Namespace: System.Web.UI.WebControls
Assembly: System.Web (in System.Web.dll)
Assembly Versions: 2.0.0.0
Since: .NET 2.0