Hi there,
The issue AR-ISSUE-246 was just created by Pervez Choudhury (codedemon).
Key: AR-ISSUE-246
Summary: Exists overloads ICriterion and SimpleExpression for different
uses
Type: Improvement
Importance: Medium
Description:
this is an API problem.
is comes to realization in the following situations:
both code compiles, but still has "behavior" problems:
Works as expected:
if (Exists((ICriterion) Expression.Eq("Username", Username)))
Doesn't work as expected:
if (Exists(Expression.Eq("Username", Username)))
is it because the second expression overloads (SimpleExpression(ID)).
For more, see
http://support.castleproject.org/projects/AR/issues/view/AR-ISSUE-246
--
donjon
by Castle Stronghold
http://www.castle-donjon.com
--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups
"Castle Project Development List" group.
To post to this group, send email to [email protected]
To unsubscribe from this group, send email to
[email protected]
For more options, visit this group at
http://groups.google.com/group/castle-project-devel?hl=en
-~----------~----~----~----~------~----~------~--~---