Initializes a new instance of the
C1AdoNetVirtualDataCollection<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, _
Optional ByVal As System.Integer, _
Optional ByVal As System.Nullable(Of TimeSpan) _
)
public C1AdoNetVirtualDataCollection<T>(
System.Data.Common.DbConnection ,
System.string ,
System.Collections.Generic.IEnumerable<string> ,
System.int ,
System.int ,
System.Nullable<TimeSpan>
)
パラメータ
- connection
- The connection to the Ado.Net source.
- tableName
- The name of the table.
- fields
- The fields that will be queried.
- maxParallelRequests
- The maximum parallel requests.
- maxActiveRequests
- The maximum active requests.
- requestDelay
- The request delay.
参照