DataSourceSelectArguments コンストラクター
定義
重要
一部の情報は、リリース前に大きく変更される可能性があるプレリリースされた製品に関するものです。 Microsoft は、ここに記載されている情報について、明示または黙示を問わず、一切保証しません。
DataSourceSelectArguments クラスの新しいインスタンスを初期化します。
オーバーロード
DataSourceSelectArguments() |
DataSourceSelectArguments クラスの新しい既定のインスタンスを初期化します。 |
DataSourceSelectArguments(String) |
指定した並べ替え式で、DataSourceSelectArguments クラスの新しいインスタンスを初期化します。 |
DataSourceSelectArguments(Int32, Int32) |
ページングのために、指定された開始位置および返す行数を使用して、DataSourceSelectArguments クラスの新しいインスタンスを初期化します。 |
DataSourceSelectArguments(String, Int32, Int32) |
ページングのために、指定された並べ替え式、開始位置、および返す行数を使用して、DataSourceSelectArguments クラスの新しいインスタンスを初期化します。 |
DataSourceSelectArguments()
DataSourceSelectArguments クラスの新しい既定のインスタンスを初期化します。
public:
DataSourceSelectArguments();
public DataSourceSelectArguments ();
Public Sub New ()
注釈
パラメーターなしのコンストラクターは、 プロパティが に初期化され、 プロパティと プロパティが SortExpression 0 に String.Empty 初期化された クラスの StartRowIndex インスタンスを作成 MaximumRows します。
こちらもご覧ください
適用対象
DataSourceSelectArguments(String)
指定した並べ替え式で、DataSourceSelectArguments クラスの新しいインスタンスを初期化します。
public:
DataSourceSelectArguments(System::String ^ sortExpression);
public DataSourceSelectArguments (string sortExpression);
new System.Web.UI.DataSourceSelectArguments : string -> System.Web.UI.DataSourceSelectArguments
Public Sub New (sortExpression As String)
パラメーター
- sortExpression
- String
データ取得操作の結果を呼び出し元に返す前に並べ替えるためにデータ ソース コントロールで使用する並べ替え式。
注釈
コンストラクターは、 クラスのインスタンスを作成します。このインスタンスSortExpressionはDataSourceSelectArguments(String)、指定した式で初期化され、 プロパティと プロパティが StartRowIndexMaximumRows 0 に初期化されます。
適用対象
DataSourceSelectArguments(Int32, Int32)
ページングのために、指定された開始位置および返す行数を使用して、DataSourceSelectArguments クラスの新しいインスタンスを初期化します。
public:
DataSourceSelectArguments(int startRowIndex, int maximumRows);
public DataSourceSelectArguments (int startRowIndex, int maximumRows);
new System.Web.UI.DataSourceSelectArguments : int * int -> System.Web.UI.DataSourceSelectArguments
Public Sub New (startRowIndex As Integer, maximumRows As Integer)
パラメーター
- startRowIndex
- Int32
データ取得操作によって返されるデータの先頭をマークする、データ行のインデックス。
- maximumRows
- Int32
データ取得操作によって返される最大行数。
注釈
コンストラクターはDataSourceSelectArguments(Int32, Int32)、 と パラメーターに指定された値にString.Empty初期化された プロパティと StartRowIndexMaximumRows プロパティを使用して、 クラスSortExpressionのインスタンスをstartRowIndex
maximumRows
作成します。
適用対象
DataSourceSelectArguments(String, Int32, Int32)
ページングのために、指定された並べ替え式、開始位置、および返す行数を使用して、DataSourceSelectArguments クラスの新しいインスタンスを初期化します。
public:
DataSourceSelectArguments(System::String ^ sortExpression, int startRowIndex, int maximumRows);
public DataSourceSelectArguments (string sortExpression, int startRowIndex, int maximumRows);
new System.Web.UI.DataSourceSelectArguments : string * int * int -> System.Web.UI.DataSourceSelectArguments
Public Sub New (sortExpression As String, startRowIndex As Integer, maximumRows As Integer)
パラメーター
- sortExpression
- String
データ取得操作の結果を呼び出し元に返す前に並べ替えるためにデータ ソース コントロールで使用する並べ替え式。
- startRowIndex
- Int32
データ取得操作によって返されるデータの先頭をマークする、データ行のインデックス。
- maximumRows
- Int32
データ取得操作によって返される最大行数。
適用対象
.NET