Last change
on this file since 7807 was
6983,
checked in by ascheibe, 13 years ago
|
#1672
- added the Hive Services and Slave projects
- added missing svn ignores
|
File size:
450 bytes
|
Rev | Line | |
---|
[6983] | 1 | using System;
|
---|
| 2 | using System.Data.Linq.Mapping;
|
---|
| 3 | namespace HeuristicLab.Services.Hive.DataAccess {
|
---|
| 4 | partial class SlaveStatistics {
|
---|
| 5 | }
|
---|
| 6 |
|
---|
| 7 | partial class HiveDataContext {
|
---|
| 8 | // source: http://stackoverflow.com/questions/648196/random-row-from-linq-to-sql
|
---|
| 9 | [Function(Name = "NEWID", IsComposable = true)]
|
---|
| 10 | public Guid Random() {
|
---|
| 11 | // to prove not used by our C# code...
|
---|
| 12 | throw new NotImplementedException();
|
---|
| 13 | }
|
---|
| 14 | }
|
---|
| 15 | }
|
---|
Note: See
TracBrowser
for help on using the repository browser.