다음을 통해 공유


EntityDataSourceSelectedEventArgs.SelectArguments 속성

정의

데이터 반환 방식을 결정하는 값을 가져옵니다.

public:
 property System::Web::UI::DataSourceSelectArguments ^ SelectArguments { System::Web::UI::DataSourceSelectArguments ^ get(); };
public System.Web.UI.DataSourceSelectArguments SelectArguments { get; }
member this.SelectArguments : System.Web.UI.DataSourceSelectArguments
Public ReadOnly Property SelectArguments As DataSourceSelectArguments

속성 값

DataSourceSelectArguments

데이터 반환 방식을 결정하는 값이 들어 있는 개체입니다.

적용 대상