IDataBoundControl::DataKeyNames Property
.NET Framework (current version)
Gets or sets an array that contains the names of the primary-key fields of the items that are displayed in a data-bound control.
Assembly: System.Web (in System.Web.dll)
property array<String^>^ DataKeyNames { array<String^>^ get(); void set(array<String^>^ value); }
Property Value
Type: array<System::String^>^An array that contains the names of the primary-key fields of the items that are displayed in a data-bound control.
.NET Framework
Available since 4.0
Available since 4.0
Show: