DataCollection
C1AdoNetCursorDataCollection コンストラクタ

C1.DataCollection.AdoNet アセンブリ > C1.DataCollection.AdoNet 名前空間 > C1AdoNetCursorDataCollection クラス : C1AdoNetCursorDataCollection コンストラクタ
The connection to the Ado.Net source.
The name of the table.
The fields that will be queried.
Size of the page to be fetched.
Initializes a new instance of the C1AdoNetCursorDataCollection class.
シンタックス
'宣言
 
Public Function New( _
   ByVal connection As System.Data.Common.DbConnection, _
   ByVal tableName As System.String, _
   Optional ByVal fields As System.Collections.Generic.IEnumerable(Of String), _
   Optional ByVal pageSize As System.Integer _
)
public C1AdoNetCursorDataCollection( 
   System.Data.Common.DbConnection connection,
   System.string tableName,
   System.Collections.Generic.IEnumerable<string> fields,
   System.int pageSize
)

パラメータ

connection
The connection to the Ado.Net source.
tableName
The name of the table.
fields
The fields that will be queried.
pageSize
Size of the page to be fetched.
参照

C1AdoNetCursorDataCollection クラス
C1AdoNetCursorDataCollection メンバ