SqlDataSourceSelectingEventArgs.Arguments プロパティ

定義

DataSourceSelectArguments メソッドに渡された Select(DataSourceSelectArguments) オブジェクトを取得します。

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

DataSourceSelectArguments オブジェクト。DataSourceSelectArguments の作成時に SqlDataSourceSelectingEventArgs オブジェクトが指定されなかった場合は null

注釈

オブジェクトを調べ DataSourceSelectArguments て、データ取得操作の一部として並べ替え、ページング、または行数が要求されるかどうかを判断できます。

データバインドコントロールは、クラスを使用して、データの DataSourceSelectArguments SqlDataSource 並べ替えやデータの特定のサブセットの取得など、結果セットに対して追加のデータ関連操作を実行するように要求します。 これらのデータ関連の操作は、列挙体によって列挙され DataSourceCapabilities ます。 詳細については、「DataSourceSelectArguments」を参照してください。

適用対象

こちらもご覧ください