Is there a way to load a feature set from an object and not directly from a database?
The Winform application I want to use this solution in does not access the database directly, but instead is exposed to a data tier of classes that in turn access the database.