-
Notifications
You must be signed in to change notification settings - Fork 113
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Invalid expression _.Key.Year #294
Comments
Try the latest. |
Hi, I am using the Latest dll but what happen when i apply like this var q = (from ord in ctx.Orders_Infos
group ord by new {ord.CustomerId} into grp
select new
{
grp
}).ToList(); after that again i need to write query by group with month and year it comes with out issue but while applying directly group by month and year it will give an error. |
yah now it works, but subquery is generated |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Hi,
i am using BLToolkit.3.dll latest one.
I am getting error while grouping by Month and Year like Invalid expression _.Key.Year and Invalid expression _.Key.Month. how to fix that
this is my samples
how to fix or any other way to achieve that .
this is the Stack trace
The text was updated successfully, but these errors were encountered: