- Timestamp:
- 08/21/09 17:24:31 (15 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/sources/HeuristicLab.Modeling.Database.SQLServerCompact/3.2/DatabaseService.cs
r2304 r2306 57 57 dlo.LoadWith<InputVariableResult>(ir => ir.Result); 58 58 dlo.LoadWith<Model>(m => m.TargetVariable); 59 dlo.LoadWith<Model>(m => m.Algorithm); 59 60 ctx.LoadOptions = dlo; 60 61 }
Note: See TracChangeset
for help on using the changeset viewer.