Exemplo n.º 1
0
 protected override void ConfigureBatchingOptions()
 {
     BatchingOptions = new ReadTableBatchingOptions()
     {
         BatchSize    = 10000,
         Field        = "AUFNR",
         StringFormat = "000000000000",
         MaxValue     = MaxOdp,
         MinValue     = 1000000
     };
 }
Exemplo n.º 2
0
 protected override void ConfigureBatchingOptions()
 {
     BatchingOptions = new ReadTableBatchingOptions()
     {
         BatchSize    = 50000,
         StringFormat = "000000000000",
         Field        = "AUFNR",
         MinValue     = 1000000,
         MaxValue     = 1999999
     };
     base.ConfigureBatchingOptions();
 }