When using multiple inheritance with DataSet classes, changing the order of the base classes in the child class definition does not affect the order of the items in the resulting dataset. One would expect the items to appear in the order in which the base classes are listed, but currently the order remains the same regardless of the base class order.
When using multiple inheritance with DataSet classes, changing the order of the base classes in the child class definition does not affect the order of the items in the resulting dataset. One would expect the items to appear in the order in which the base classes are listed, but currently the order remains the same regardless of the base class order.