Hi all,
I'm using version LLBLGEN 2.5, adapter template,
I have an EntityView2 collection of entities.
I have added a custom property to entity object and I need to display that collection on a datagridview filtered on the value of this property
I've tried with Filter property of BindingSource object, but it don't work ... so I trying solution proposed in this post
http://www.llblgen.com/tinyforum/Messages.aspx?ThreadID=8297&HighLight=1
(Filter directly the entityview by a predicate)
Is possible to create a predicate expression that use property that don't came from DB ?
Thanks in advance