Exemplo n.º 1
0
 public IndexedHashtable getTimestamp(MultiSourceQuery msq)
 {
     return(msq.execute("Connection", "getTimestamp", new object[] { }));
 }
Exemplo n.º 2
0
 public ConnectionApi(DataSource[] sources)
 {
     MultiSourceQuery = new MultiSourceQuery(sources);
 }