Is it possible to not load all FK collections using SelfServing.
For instance, ParentCollection loads all related ChildCollections.
I am binding a grid for data entry (infragistics) that supports showing the hierarchy, which I don't want.
Additionally, I'm concerned with performance as some of the child tables could contain numerous records.
Thanks,
Pendleton