Free cookie consent management tool by TermsFeed Policy Generator

source: trunk/sources/HeuristicLab.Hive.Server.ADODataAccess/dsHiveServer.cs @ 1529

Last change on this file since 1529 was 1516, checked in by svonolfe, 15 years ago

Improved transaction handling and locking (#527)

File size: 531 bytes
Line 
1namespace HeuristicLab.Hive.Server.ADODataAccess {
2   
3   
4    public partial class dsHiveServer {
5      partial class JobDataTable {
6      }
7   
8      partial class ClientGroup_ResourceDataTable {
9      }
10    }
11}
12
13namespace HeuristicLab.Hive.Server.ADODataAccess.dsHiveServerTableAdapters {
14   
15   
16    public partial class ClientTableAdapter {
17    }
18}
19
20namespace HeuristicLab.Hive.Server.ADODataAccess.dsHiveServerTableAdapters {
21   
22   
23    public partial class HiveUserTableAdapter {
24    }
25}
Note: See TracBrowser for help on using the repository browser.