DataSourceSelectArguments コンストラクタとは? わかりやすく解説

Weblio 辞書 > コンピュータ > .NET Framework クラス ライブラリ リファレンス > DataSourceSelectArguments コンストラクタの意味・解説 

DataSourceSelectArguments コンストラクタ (String, Int32, Int32)

メモ : このコンストラクタは、.NET Framework version 2.0新しく追加されたものです。

ページングのために、指定され並べ替え式、開始位置、および返す行数使用して、DataSourceSelectArguments クラス新しインスタンス初期化します。

名前空間: System.Web.UI
アセンブリ: System.Web (system.web.dll 内)
構文構文

Public Sub New ( _
    sortExpression As String, _
    startRowIndex As Integer, _
    maximumRows As Integer _
)
Dim sortExpression As String
Dim startRowIndex As Integer
Dim maximumRows As Integer

Dim instance As New DataSourceSelectArguments(sortExpression,
 startRowIndex, maximumRows)
public DataSourceSelectArguments (
    string sortExpression,
    int startRowIndex,
    int maximumRows
)
public:
DataSourceSelectArguments (
    String^ sortExpression, 
    int startRowIndex, 
    int maximumRows
)
public DataSourceSelectArguments (
    String sortExpression, 
    int startRowIndex, 
    int maximumRows
)
public function DataSourceSelectArguments (
    sortExpression : String, 
    startRowIndex : int, 
    maximumRows : int
)

パラメータ

sortExpression

データ取得操作結果呼び出し元に返す前に並べ替えるためにデータ ソース コントロール使用する並べ替え式。

startRowIndex

データ取得操作によって返されるデータ先頭マークするデータ行のインデックス

maximumRows

データ取得操作によって返される最大行数

プラットフォームプラットフォーム
バージョン情報バージョン情報
参照参照
関連項目
DataSourceSelectArguments クラス
DataSourceSelectArguments メンバ
System.Web.UI 名前空間

DataSourceSelectArguments コンストラクタ (String)

メモ : このコンストラクタは、.NET Framework version 2.0新しく追加されたものです。

指定した並べ替え式で、DataSourceSelectArguments クラス新しインスタンス初期化します。

名前空間: System.Web.UI
アセンブリ: System.Web (system.web.dll 内)
構文構文

Public Sub New ( _
    sortExpression As String _
)
Dim sortExpression As String

Dim instance As New DataSourceSelectArguments(sortExpression)
public DataSourceSelectArguments (
    string sortExpression
)
public:
DataSourceSelectArguments (
    String^ sortExpression
)
public DataSourceSelectArguments (
    String sortExpression
)
public function DataSourceSelectArguments (
    sortExpression : String
)

パラメータ

sortExpression

データ取得操作結果呼び出し元に返す前に並べ替えるためにデータ ソース コントロール使用する並べ替え式。

解説解説

DataSourceSelectArguments(String) コンストラクタでは、SortExpression が指定された式で初期化され、StartRowIndex プロパティと MaximumRows プロパティが 0 に初期化された状態で、クラスインスタンス作成されます。

プラットフォームプラットフォーム
バージョン情報バージョン情報
参照参照
関連項目
DataSourceSelectArguments クラス
DataSourceSelectArguments メンバ
System.Web.UI 名前空間

DataSourceSelectArguments コンストラクタ (Int32, Int32)

メモ : このコンストラクタは、.NET Framework version 2.0新しく追加されたものです。

ページングのために、指定され開始位置および返す行数使用して、DataSourceSelectArguments クラス新しインスタンス初期化します。

名前空間: System.Web.UI
アセンブリ: System.Web (system.web.dll 内)
構文構文

Public Sub New ( _
    startRowIndex As Integer, _
    maximumRows As Integer _
)
Dim startRowIndex As Integer
Dim maximumRows As Integer

Dim instance As New DataSourceSelectArguments(startRowIndex,
 maximumRows)
public DataSourceSelectArguments (
    int startRowIndex,
    int maximumRows
)
public:
DataSourceSelectArguments (
    int startRowIndex, 
    int maximumRows
)
public DataSourceSelectArguments (
    int startRowIndex, 
    int maximumRows
)
public function DataSourceSelectArguments (
    startRowIndex : int, 
    maximumRows : int
)

パラメータ

startRowIndex

データ取得操作によって返されるデータ先頭マークするデータ行のインデックス

maximumRows

データ取得操作によって返される最大行数

解説解説

DataSourceSelectArguments(Int32,Int32) コンストラクタでは、SortExpression が String.Empty に初期化され、StartRowIndex プロパティと MaximumRows プロパティstartRowIndex パラメータmaximumRows パラメータ指定された値に初期化された状態で、クラスインスタンス作成されます。

プラットフォームプラットフォーム
バージョン情報バージョン情報
参照参照
関連項目
DataSourceSelectArguments クラス
DataSourceSelectArguments メンバ
System.Web.UI 名前空間

DataSourceSelectArguments コンストラクタ

DataSourceSelectArguments クラス新しインスタンス初期化します。
オーバーロードの一覧オーバーロードの一覧

名前 説明
DataSourceSelectArguments () DataSourceSelectArguments クラス新し既定インスタンス初期化します。
DataSourceSelectArguments (String) 指定した並べ替え式で、DataSourceSelectArguments クラス新しインスタンス初期化します。
DataSourceSelectArguments (Int32, Int32) ページングのために、指定され開始位置および返す行数使用してDataSourceSelectArguments クラス新しインスタンス初期化します。
DataSourceSelectArguments (String, Int32, Int32) ページングのために、指定され並べ替え式、開始位置、および返す行数使用してDataSourceSelectArguments クラス新しインスタンス初期化します。
参照参照

関連項目

DataSourceSelectArguments クラス
DataSourceSelectArguments メンバ
System.Web.UI 名前空間

DataSourceSelectArguments コンストラクタ ()




英和和英テキスト翻訳>> Weblio翻訳
英語⇒日本語日本語⇒英語
  

辞書ショートカット

すべての辞書の索引

「DataSourceSelectArguments コンストラクタ」の関連用語

DataSourceSelectArguments コンストラクタのお隣キーワード
検索ランキング

   

英語⇒日本語
日本語⇒英語
   



DataSourceSelectArguments コンストラクタのページの著作権
Weblio 辞書 情報提供元は 参加元一覧 にて確認できます。

   
日本マイクロソフト株式会社日本マイクロソフト株式会社
© 2024 Microsoft.All rights reserved.

©2024 GRAS Group, Inc.RSS