Hi,
I have a TypedView, and the following expression returns duplicate rows, despite that I set the AllowDuplicate parameter to false:
dim query as new MyTypedView
MyAdapter.FetchTypedView(query.GetFieldsInfo, query, False)
Interestingly, when I use a predicateexpression for one of the fields, (ComparisonOperator.Equal), I get the resultset without duplicates.
What am I missed?
Thanks
Gabor