コード例 #1
0
 //***********************************************************************
 // Class Constructors
 //
 private WriteToSqlResults(bool dbSrc, string srcCnn, string srcQry, string dstCnn, string dstTable)
 {
     this._attempts  = new WriteToSqlAttemptCollection();
     this._dbSrc     = dbSrc;
     this._dstCnnStr = dstCnn;
     this._dstTable  = dstTable;
     this._srcCnnStr = srcCnn;
     this._srcQry    = srcQry;
 }
コード例 #2
0
 //***********************************************************************
 // Class Constructors
 // 
 private WriteToSqlResults(bool dbSrc, string srcCnn, string srcQry, string dstCnn, string dstTable)
 {
     this._attempts = new WriteToSqlAttemptCollection();
     this._dbSrc = dbSrc;
     this._dstCnnStr = dstCnn;
     this._dstTable = dstTable;
     this._srcCnnStr = srcCnn;
     this._srcQry = srcQry;
 }