Changeset 4298 for trunk/sources/HeuristicLab.Services.OKB.AttributeSelection/3.3/AttributeSelector.cs
- Timestamp:
- 08/24/10 02:37:56 (14 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/sources/HeuristicLab.Services.OKB.AttributeSelection/3.3/AttributeSelector.cs
r4279 r4298 56 56 typeof(Client).Name, 57 57 typeof(User).Name, 58 typeof(ExperimentCreator).Name,59 58 }; 60 59 … … 77 76 TableName = tableName; 78 77 FieldName = fieldName; 79 if (tableName == typeof(ExperimentCreator).Name)80 tableName = typeof(User).Name;81 78 TableType = GetTableType(tableName); 82 79 ITable Table = GetTable(okb, tableName);
Note: See TracChangeset
for help on using the changeset viewer.