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
This code will fail due to not supporting the conversion of object to DateTime. There does not seem to be work arounds for this in all cases. In some cases .ToString can be used, but in this particular case, strings do not support >. Other case mapping can be used to ensure a correctly typed property exists when querying.
The text was updated successfully, but these errors were encountered:
Qwiq.Linq does not support Convert this prevents being able to use queries which have a DateTime value in the IWorkItem.Fields.
Example:
This code will fail due to not supporting the conversion of object to DateTime. There does not seem to be work arounds for this in all cases. In some cases .ToString can be used, but in this particular case, strings do not support >. Other case mapping can be used to ensure a correctly typed property exists when querying.
The text was updated successfully, but these errors were encountered: