FormView.IDataBoundControl.DataKeyNames 属性

定义

获取或设置一个数组,该数组包含显示在 FormView 控件中的项的主键字段的名称。

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[]

一个数组,其中包含显示在 FormView 控件中的项的主键字段的名称。

实现

注解

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

适用于