Пример #1
0
 public void Dispose()
 {
     if (this.Header != null)
     {
         this.Header.Dispose();
     }
     this.Header = null;
     if (this.RecordSet != null)
     {
         this.RecordSet.Dispose();
     }
     this.RecordSet = null;
 }
Пример #2
0
 public WranglerDBB()
 //throws WDSException
 {
     this.Header    = new __DBBMatter();
     this.RecordSet = new __DBBMatter();
 }