I have just started using LLBLGen.
When I create an EntityCollection and attach a BindingSource to that EntityCollection, I don't seem to be able to apply a Filter to the BindingSource as we frequently did when using DataSet's
The SupportsFiltering property of the BindingSource is now set to False.
Any way to enable? If not, what is the standard method for filtering the records which are in the BindingSource?
Thanks