Great product, of course.
It would be very nice, and very efficient for that matter,
if a future release integrated the ability to retrieve a
subset of the fields in a table. The default would be all
and would correspond to "select table.* from table".
Much like the JoinPath, the new feature could accept an
enumeration marked with FlagsAttribute to allow the
user to specify one or more fields to include in the
select list for each table retrieved.
i.e. DataManager.SelectedTableColumns.Add(string
tableName, params string[] columns)