コード例 #1
0
 protected virtual Task <Int32> FillAsync(DataTable[] dataTables, DbDataReader dataReader, int startRecord, int maxRecords, CancellationToken cancellationToken)
 {
     return(AsyncDataReaderMethods.FillAsync(onFillError: null, adapter: this, this.ReturnProviderSpecificTypes, dataTables, dataReader, startRecord, maxRecords: maxRecords, cancellationToken));
 }