다음을 통해 공유


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 인터페이스로 캐스팅된 경우에만 사용할 수 있습니다.

적용 대상