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 类的参数。

适用于