次の方法で共有


DataSourceSelectArguments.Empty プロパティ

定義

並べ替え式が Empty に設定されたDataSourceSelectArguments オブジェクトを取得します。

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

プロパティ値

DataSourceSelectArguments オブジェクト。

注釈

このプロパティは、既定のDataSourceSelectArguments() コンストラクターで作成されたDataSourceSelectArguments オブジェクトを返します。 データ ソース ビュー クラスのExecuteSelect(DataSourceSelectArguments) メソッドを追加の引数なしで呼び出す場合は、Empty プロパティを使用できます。

適用対象

こちらもご覧ください