DataKey::Item Property (String^)
.NET Framework (current version)
Gets the value of the key field with the specified field name from a DataKey object.
Assembly: System.Web (in System.Web.dll)
Parameters
- name
-
Type:
System::String^
The name of the key field for which to retrieve the key field value.
Use the Item[String^] property to retrieve the value of the specified key field from the DataKey object.
Note |
|---|
As an alternative, you can also use the Item[Int32] property to retrieve a key field value by index. |
.NET Framework
Available since 2.0
Available since 2.0
Show:
