Initializes a new instance of the
C1AdoNetCursorDataCollection<T> class.
シンタックス
'宣言
Public Function New( _
ByVal As System.Data.Common.DbConnection, _
ByVal As System.String, _
Optional ByVal As System.Collections.Generic.IEnumerable(Of String), _
Optional ByVal As System.Integer _
)
public C1AdoNetCursorDataCollection<T>(
System.Data.Common.DbConnection ,
System.string ,
System.Collections.Generic.IEnumerable<string> ,
System.int
)
パラメータ
- 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.
参照