Hi,
I guess the fix you applied has a side effect, so I post it here again.
I'm using "SD.LLBLGen.Pro.DQE.Oracle10g.NET20.dll" version "2.6.9.1222"
With the following query :
var count = metaData.Categories.Count();
the count is always 1 even if there are more than one records in the database,
I guess the "rownum <= 1" is causing this problem in generated oracle query.
I test it with an old dll and it was working as expected.
Would you please look into it.
Thanks,
Arash.