You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
If I have a list<dictionary<string, object>> containing some date fields, using the ODATA date functions (day, year, hour...) against the object (which is a DATETIME) raises the following exception:
System.Object does not support the 'year' function.
The text was updated successfully, but these errors were encountered:
ccoulson
added a commit
to Visigo/LinqToQuerystring
that referenced
this issue
Mar 5, 2015
If I have a list<dictionary<string, object>> containing some date fields, using the ODATA date functions (day, year, hour...) against the object (which is a DATETIME) raises the following exception:
System.Object does not support the 'year' function.
The text was updated successfully, but these errors were encountered: