DataSourceSelectArguments.Empty プロパティ
定義
重要
一部の情報は、リリース前に大きく変更される可能性があるプレリリースされた製品に関するものです。 Microsoft は、ここに記載されている情報について、明示または黙示を問わず、一切保証しません。
並べ替え式が 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 プロパティを使用できます。