private void CopyMembers(CopyTableBase old) { this.batchSize = old.batchSize; this.timeout = old.timeout; this.fileFormatFactoryType = old.fileFormatFactoryType; this.streamFactoryType = old.streamFactoryType; }
protected CopyTableBase(CopyTableBase old) { CopyMembers(old); }