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 インターフェイスにキャストされる場合のみ、使用できます。

適用対象