Beispiel #1
0
 public SR2DDatabase()
 {
     connection = new SR2DConnection(this);
     ds         = new SR2DDataset(this, connection);
 }
Beispiel #2
0
 public SR2DDataset(SR2DDatabase db, SR2DConnection co)
 {
     this.database   = db;
     this.connection = co;
 }