Free cookie consent management tool by TermsFeed Policy Generator

source: branches/HeuristicLab.Services.Authentication Prototype/Persistence/DatabaseUtil.cs @ 3940

Last change on this file since 3940 was 3940, checked in by hmayr, 14 years ago

commit all current changes, so bfarka can try something (#1046):

  • extended DataClasses in Persistence.csproj
  • added DatabaseUtil.cs to Persistence.csproj
  • added HeuristicLabUserTest.cs to UnitTests.csproj
File size: 357 bytes
Line 
1namespace Persistence {
2  /// <summary>
3  ///
4  /// </summary>
5  public class DatabaseUtil {
6    /// <summary>
7    ///
8    /// </summary>
9    /// <returns></returns>
10    public static DataClassesDataContext createDataClassesDataContext() {
11      return new Persistence.DataClassesDataContext(@"C:\TEMP\HeuristicLabTemp.mdf");
12    }
13  }
14}
Note: See TracBrowser for help on using the repository browser.