Changeset 16567 for addons/HeuristicLab.DataImporter/HeuristicLab.DataImporter.DbExplorer.Interfaces/DbColumn.cs
- Timestamp:
- 01/28/19 14:31:52 (6 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
addons/HeuristicLab.DataImporter/HeuristicLab.DataImporter.DbExplorer.Interfaces/DbColumn.cs
r16566 r16567 20 20 #endregion 21 21 22 using HeuristicLab.Persistence.Default.CompositeSerializers.Storable;23 22 using HEAL.Attic; 24 23 … … 27 26 public class DbColumn { 28 27 [StorableConstructor] 29 protected DbColumn( bool deserializing) : base() { }28 protected DbColumn(StorableConstructorFlag _) { } 30 29 31 30 public DbColumn(string columnName, string sqlDataType) {
Note: See TracChangeset
for help on using the changeset viewer.