다음을 통해 공유


QueryContext.Arguments 속성

정의

QueryContext 클래스에 전달할 인수를 가져오거나 설정합니다.

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

속성 값

DataSourceSelectArguments

QueryContext 클래스에 전달할 인수입니다.

적용 대상