Exemple #1
0
 private void CopyMembers(CopyTableBase old)
 {
     this.batchSize             = old.batchSize;
     this.timeout               = old.timeout;
     this.fileFormatFactoryType = old.fileFormatFactoryType;
     this.streamFactoryType     = old.streamFactoryType;
 }
Exemple #2
0
 protected CopyTableBase(CopyTableBase old)
 {
     CopyMembers(old);
 }
Exemple #3
0
 private void CopyMembers(CopyTableBase old)
 {
     this.batchSize = old.batchSize;
     this.timeout = old.timeout;
     this.fileFormatFactoryType = old.fileFormatFactoryType;
     this.streamFactoryType = old.streamFactoryType;
 }
Exemple #4
0
 protected CopyTableBase(CopyTableBase old)
 {
     CopyMembers(old);
 }