DynamicsValue/fake-xrm-easy

Should support Operators where early bound types for a multi option set (i.e. multiple choice) is generated as an IEnumberable<TEnum> as opposed to an OptionSetValueCollection

jordimontana82 opened this issue · 1 comments

Currently the query engine supports OptionSetValueCollection but it fails when using early bound where the multi option set fields are generated as IEnumerable.

Operators to revisit at the very least are:

  • ContainValues
  • In