DetailsView.IDataBoundControl.DataKeyNames 属性

定义

有关此属性的说明,请参见 DataKeyNames

property cli::array <System::String ^> ^ System::Web::UI::WebControls::IDataBoundControl::DataKeyNames { cli::array <System::String ^> ^ get(); void set(cli::array <System::String ^> ^ value); };
string[] System.Web.UI.WebControls.IDataBoundControl.DataKeyNames { get; set; }
member this.System.Web.UI.WebControls.IDataBoundControl.DataKeyNames : string[] with get, set
 Property DataKeyNames As String() Implements IDataBoundControl.DataKeyNames

属性值

String[]

一个数组,该数组包含显示在数据绑定控件中的项的主键字段的名称。

实现

注解

此成员是显式接口成员的实现。 它只能在 DetailsView 实例被强制转换为 IDataBoundControl 接口时使用。

适用于