-
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
MethodExpressionAttribute on properties does not work #349
Comments
Можно я по-русски? |
ааа... видать я что-то не то починил :))) |
так конкретно какой код-то сломается... дай пример пжл... |
в смысле пример запроса |
Код в первом посте и есть пример. Expression<Func<Project, string>> expression = project => project Вот такое выражение работает, если использовать его с методом:
Но не работает, если использовать с полем:
|
I have the following test code:
GetClientName method works just fine.
ClientName property throws an exceptions with message "Property 'System.String IsPrimaryFlag' is not defined for type 'Data.Model.Project'"
The text was updated successfully, but these errors were encountered: